February 23, 2007 10:23 PM
Uncovering Missing Indexes
SQL Server 2005's missing-index metadata can help improve query performance
Rating:

(0)
SQL Server Magazine
InstantDoc ID #94884
As you're probably aware, one of the most important tasks that the SQL Server query optimizer performs is to determine which index (or set of indexes)
to use for each table in a query. As each query is being optimized, SQL Server keeps
track of indexes that the optimizer determines might have been useful by establishing
the best possible index for each search argument in your WHERE clause and for each
lookup done through a join. SQL Server 2005 then makes information about missing
inde...
...This article is for paid Professional Members only.
Already a Professional Member? Please log in now: