• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ Databases ▶ Dissecting SQL Server Execution Plans

Dissecting SQL Server Execution Plans

July 7, 2008

Dissecting SQL Server Execution Plans

Free eBook “Dissecting SQL Server Execution Plans: Writing High Performance SQL Code” by Grant Fritchey. Grant Fritchey’s book is the only in-depth look at how to improve your SQL query performance through careful design of execution plans.

Book Description

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.

Table of Contents

  • 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 defined 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.

Download Free PDF / Read Online

Author(s): Grant Fritchey
Format(s): PDF
File size: 12.19 MB
Number of pages: 251
Link: Download.

Similar Books:

  1. Best of SQL Server Central Vol 5
  2. PostgreSQL Manual
  3. The Definitive Guide to Building a Windows Server 2008 Infrastructure
  4. Windows Server 2008 Essentials
  5. VMware Server 2 Essentials
Previous Post: « Think Python: An Introduction to Software Design
Next Post: Smart Antennas: State of the Art »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2023 OnlineProgrammingBooks.com