Troubleshooting Performance Problems in SQL Server 2005

By Bill Graziano on 3 November 2005 | Tags: Administration


It is not uncommon to experience the occasional slow down of a SQL Server database. A poorly designed database or a system that is improperly configured for the workload are but several of many possible causes of this type of performance problem. Administrators need to proactively prevent or minimize problems and, when they occur, diagnose the cause and take corrective actions to fix the problem. This paper provides step-by-step guidelines for diagnosing and troubleshooting common performance problems by using publicly available tools such as SQL Server Profiler, System Monitor, and the new Dynamic Management Views in SQL Server 2005. Note: This links directly to the Word document.

Link: Troubleshooting Performance Problems in SQL Server 2005


Related Articles

Advanced SQL Server 2008 Extended Events with Examples (25 May 2009)

Introduction to SQL Server 2008 Extended Events (19 May 2009)

Monitoring SQL Server Agent with Powershell (24 March 2009)

SQL Server Version (29 January 2009)

Scheduling Jobs in SQL Server Express - Part 2 (1 December 2008)

Alerts for when Login Failures Strike (14 July 2008)

Using xp_ReadErrorLog in SQL Server 2005 (12 May 2008)

Moving the tempdb database (5 November 2007)

Other Recent Forum Posts

Extracting data between two consistents in a string (8h)

Which Scheduled Task is Backing Up My Database? (13h)

Finding the latest unreversed receipt (15h)

Sql sorting by date doesn't work (19h)

Unable to Import the trace file (3d)

Error on ALTER VIEW but same ALTER runs OK from SSMS (4d)

Creating groups based on criteria and time based? (7d)

Tsql - logic to to get the Expected result (7d)

- Advertisement -