|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Unique Index Vs Primary Index in SQL Server 2000Hi
Will there be any performance difference if a primary index is created instead of a unique index or vice-versa in SQL Server 2000. All the columns are non-nullable. Thanks harish harish (harish.prabh***@gmail.com) writes:
> Will there be any performance difference if a primary index is created No.> instead of a unique index or vice-versa in SQL Server 2000. Use constraints to denote logical properties of the table, and indexes for things that need better performance. -- Erland Sommarskog, SQL Server MVP, esq***@sommarskog.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp |
|||||||||||||||||||||||