A non clustered index is indexed, a PK is either a clustered (default) or non clustered index
depending on how the data is searched for should determine what index type to use. You can only have 1 clustered index and 249 non clustered indexes per table, this is the reason you have to make sure that you know where you want to put the clustered index (on what columns I mean)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.