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 careful design of execution plans. Sample chapters of the ebook have garnered stunning reviews, such as: "All I can say is WOW. This has to be the best reference I have ever seen on Execution Plans in SQL Server. My hats off to Grant Fritchey" Jonathan Kehayias.
Grant Fritchey has more than twenty years experience in IT. That time was spent in technical support, development and database administration. Grant currently works as a Product Evangelist at Red Gate Software. Grant writes articles for publication at SQL Server Central and Simple-Talk. He has published books including, "SQL Server Execution Plans" and "SQL Server 2012 Query Performance Tuning." Grant has written chapters for "Beginning SQL Server 2012 Administration", "SQL Server Team-based Development" "SQL Server MVP Deep Dives Volume 2" and "Pro SQL Server 2012 Practices." Grant Fritchey was one of the founding officers of the Southern New England SQL Server Users Group.
Grant has been awarded as a Microsoft SQL Server MVP since 2009.


