The Art of High Performance SQL Code

The Art of High Performance SQL Code
Author: Grant Fritchey
Publisher:
Total Pages: 242
Release: 2009-03
Genre: Computers
ISBN: 9781906434021


Download The Art of High Performance SQL Code Book in PDF, Epub and Kindle

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.


The Art of High Performance SQL Code
Language: en
Pages: 242
Authors: Grant Fritchey
Categories: Computers
Type: BOOK - Published: 2009-03 - Publisher:

GET EBOOK

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 execut
SQL Server Execution Plans
Language: en
Pages: 344
Authors: Grant Fritchey
Categories: Computers
Type: BOOK - Published: 2012 - Publisher: Red Gate Books

GET EBOOK

Every day, out in the various online forums devoted to SQL Server, and on Twitter, the same types of questions come up repeatedly: Why is this query running slo
SQL Server Execution Plans
Language: en
Pages: 520
Authors: Grant Fritchey
Categories: Computers
Type: BOOK - Published: 2018-10 - Publisher: Red Gate Books

GET EBOOK

If a query is performing poorly, and you can't understand why, then that query's execution plan will tell you not only what data set is coming back, but also wh
SQL Server Execution Plans, 2nd Edition
Language: en
Pages: 344
Authors: Grant Fritchey
Categories: Database management
Type: BOOK - Published: 2012 - Publisher:

GET EBOOK

Every day the same types of questions come up repeatedly: Why is this query running slowly? Why is SQL Server ignoring my index? My response is the same in each
Mastering SQL Server Profiler
Language: en
Pages: 306
Authors: Brad McGehee
Categories: Client/server computing
Type: BOOK - Published: 2009 - Publisher: Red Gate Software

GET EBOOK