Efficient SQL Server Indexing by Design
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on 2010/05/12
Indexed on
2010/05/12
6:05 UTC
Read the original article
Hit count: 269
Filed under:
Having a good set of indexes on your SQL Server database is critical to performance. Efficient indexes don't happen by accident; they are designed to be efficient. Greg Larsen discusses whether primary keys should be clustered, when to use filtered indexes and what to consider when using the Fill Factor.
© SQL Server Central or respective owner