Tuesday, February 14, 2006

This is a great blog post by one of the members of the SQL Server team explaining when and where SQL Server 2005 Indexes should be used. The topics covered are:

  1. How can I find out whether my SQL Indexes are useful?
  2. Do I have any tables or indexes that are not uses (or rarely)?
  3. What is the cost to benefit of using indexes in SQL Server 2005?
  4. Do I have hot spots or index contention?
  5. Could I benefit from more or less indexes?

The full blog post can be read here. Again a must read for anyone who wants to gain true performance from their SQL Server.

2/14/2006 7:58 PM Eastern Standard Time  #    Disclaimer  |   |