//Important thing to note: By default a clustered index gets created on the primary key
and where are unique creates a nonclustered index by default
CREATE clusteredINDEX myIndex ON myTable(myColumn)
Showing posts with label Index in sql server. Show all posts
Showing posts with label Index in sql server. Show all posts
Friday, March 26, 2010
Subscribe to:
Posts (Atom)