SQL Server Execution Plans

Ranked #40 in SQL, Ranked #84 in Databases

Execution plans show you what's going on behind the scenes in SQL Server. They can provide you with a wealth of information on how your queries are being executed by SQL Server, including: Which indexes are being used, and where no indexes are being used at all. How the data is being retrieved, and joined, from the tables defi ned in your query. How aggregations in GROUP BY queries are put together. The anticipated load and the estimated cost that all these operations place upon the system. Grant Fritchey's book is the only in-depth look at how to improve your SQL query performance through... more

Similar Books

If you like SQL Server Execution Plans, check out these similar top-rated books:


Learn: What makes Shortform summaries the best in the world?