In SQL Server 2008, how many clustered indexes there can be in one table?
In sql server only one. DB2 offers the possibility to have more, but at a cost: two dimensional clustering takes a lot of memory (proportional to the square of rows)