Agenda
•Index Structures
•Primary Key and Clustered Index
•Constraints and Indexes
•Syntax for creating and managing indexes
•Special Indexes
•Index Access Methods
•DMVs for Index tuning
Primary Key and Clustered Index
存在uniqueifier列的证据,见下例,注意两种情况下keycnt的值:
Constraints and Indexes
1.When declare a PRIMARY KEY or UNIQUE constraint, a unique index is created.
2.Biggest difference between indexes created using the CREATE INDEX and indexes support constraints is in how to drop the index.
查看建立约束而产生的索引,若试图直接删除这些索引,将返回错误