Groups | Blog | Home
all groups > sql server programming > april 2004 >

sql server programming : clustered index



Lakshmi
4/23/2004 11:31:02 PM
Can I create clustered index on columns having dupliacte data. If I can, how does it work

The Margolins
4/24/2004 3:09:51 PM
Yes, you can. It is not going to be unique thought. Make sure that data
selectivity is such as index would be used by you typical query(s). Look at
the query plan for "index seek" or compare execution cost. As far as I read,
if index is not specified as unique SQL Server creates an additional
internal identifier to make a value unique.

Ilya

[quoted text, click to view]

AddThis Social Bookmark Button