Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verification on primary key
Message
 
 
To
12/03/2008 20:42:42
General information
Forum:
Microsoft SQL Server
Category:
Scripting
Miscellaneous
Thread ID:
01301606
Message ID:
01301614
Views:
13
>Ok, I see that even if a column is defined as a primary key that we still have to create its index.

No, it's not correct. If column is Primary key than it has index created on it already. The IDENTITY column on other hand is not a primary key column by default. You've to designate it as such.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform