C H A P T E R  3

Image

SQL Query Performance Analysis

A common cause of slow SQL Server performance is a heavy database application workload—the nature of the queries themselves. Thus, to analyze the cause of a system bottleneck, it is important to examine the database application workload and identify the SQL queries causing the most stress on system resources. To do this, you use the SQL Profiler and Management Studio tools.

In this chapter, I cover the following topics:

  • The basics of the SQL Profiler tool
  • How to analyze SQL Server workload and identify costly SQL queries using SQL Profiler
  • How to combine the baseline measurements with data collected ...

Get SQL Server 2008 Query Performance Tuning Distilled now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.