The Art of High Performance SQL Code

The Art of High Performance SQL Code
Author :
Publisher :
Total Pages : 242
Release :
ISBN-10 : 1906434026
ISBN-13 : 9781906434021
Rating : 4/5 (26 Downloads)

Book Synopsis The Art of High Performance SQL Code by : Grant Fritchey

Download or read book The Art of High Performance SQL Code written by Grant Fritchey and published by . This book was released on 2009-03 with total page 242 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 Related Books

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

DOWNLOAD 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
High Performance SQL Server DBA
Language: en
Pages: 304
Authors: Robin Schumacher
Categories: Client/server computing
Type: BOOK - Published: 2005-12 - Publisher: Rampant TechPress

DOWNLOAD EBOOK

A guide to troubleshooting and correcting SQL Server performance problems, this book provides a methodology for use in analyzing any SQL Server database. The mo
SQL Server Execution Plans
Language: en
Pages: 520
Authors: Grant Fritchey
Categories: Computers
Type: BOOK - Published: 2018-10 - Publisher: Red Gate Books

DOWNLOAD 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
Oracle High-Performance SQL Tuning
Language: en
Pages: 608
Authors: Donald K. Burleson
Categories: Computers
Type: BOOK - Published: 2001-08-17 - Publisher: McGraw-Hill Education

DOWNLOAD EBOOK

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlement
Learn T-SQL Querying
Language: en
Pages: 474
Authors: Pedro Lopes
Categories: Computers
Type: BOOK - Published: 2019-05-03 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Troubleshoot query performance issues, identify anti-patterns in code, and write efficient T-SQL queries Key Features Discover T-SQL functionalities and service