September 2010
Intermediate to advanced
1704 pages
111h 8m
English
SQL Server’s cost-based Query Optimizer typically does a good job of determining the best query plan for processing a query. At times, however, you might be a little bit skeptical about the plan the Query Optimizer generates or want to understand why it is choosing a specific plan. At the least, you will want to know the specifics about the query plans the Query Optimizer is generating, such as the following:
• Is the Query Optimizer using the indexes you have defined, or is it performing table ...
Read now
Unlock full access