Efficient SQL Server Indexing by Design

Posted on Internet.com See other posts from Internet.com
Published on Fri, 30 Apr 2010 04:00:00 +0100 Indexed on 2010/04/30 12:57 UTC
Read the original article Hit count: 357

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.

© Internet.com or respective owner