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

sql server programming : Clustered Indexes


Lakshmi
4/23/2004 11:31:02 PM
Can I create Clustered Index on columns which has duplicate data. If I can, how does it work

Greg Linwood
4/24/2004 5:01:50 PM
Yes, you can create clustered indexes on non-unique columns.

You simply use the normal create index syntax to do this, or create via the
Enterprise Manager.

Are you having a specific problem doing this?

Regards,
Greg Linwood
SQL Server MVP

[quoted text, click to view]

AddThis Social Bookmark Button