Designing Indexes
The topics in this section provide the information that will help you design efficient and effective indexes.
Applies to: SQL Server 2008 R2 and higher versions.
In This Section
Topic |
Description |
---|---|
Describes the major index design tasks. |
|
Contains additional guidelines related to index design tasks. Guidelines are categorized by database, query, and column considerations. |
|
Provides clustered index design guidelines and recommendations. |
|
Provides nonclustered index design guidelines and recommendations. |
|
Provides unique index design guidelines and recommendations. |
|
Provides filtered index design guidelines and recommendations. |
See Also