ramana 45417 (2/9/2011)
Can we create index as a promary key for SQL server table?how?
It is the other way around.
If you create a primary key on one or more columns, the database will automatically create a clustered index on those columns (following defaults of course).