Do these laments sound familiar?
This article explains how to use SQL Profiler and SQL Traces to determine application inefficiencies and how to assist development teams that capture them.
What should I trace?
If you have a lot of activity in your SQL Server instance, you should trace only T-SQL commands that use comparably more resources (CPU, IO, Duration). This way, you will end up with a list of just the badly performing commands.
Your choice of filter threads will depend on your specific environments.
My advice is to run Profiler with initial threads of:
Test how many commands you are getting with these filters and change the threads accordingly until you get at least one event traced in five minutes. Also, if you get too many rows, it will be difficult to analyze the output.
It might
Requires Free Membership to View

- be necessary to adjust the threads later according to the results. For example, if the worst-performing commands were already tuned, you might want to capture commands using fewer resources than you did initially.
Save trace definition to a file:
It is so easy to save a trace definition. Just open SQL Profiler, choose the events, columns and filters and script trace, as described next.
Targeting SQL Profiler to determine performance problems
Home: Introduction
Step 1: Tracing statements in SQL Server 2000
Step 2: Tracing statements in SQL Server 2005
Step 3: How to use SQL Trace definition
Step 4: Script example for SQL Trace
Step 5: SQL Trace results in SQL Profiler
ABOUT THE AUTHOR: Michelle Gutzait works as a senior databases consultant for ITERGY International Inc., an IT consulting firm specializing in the design, implementation, security and support of Microsoft products in the enterprise. Gutzait has been involved in IT for 20 years as a developer, business analyst and database consultant. For the last 10 years, she has worked exclusively with SQL Server. Her skills include database design, performance tuning, security, high availability, disaster recovery, very large databases, replication, T-SQL coding, DTS packages, administrative and infrastructure tools development, reporting services and more.
Copyright 2007 TechTargetMore on SearchSQLServer.com
- Step-by-Step Guide: How to interpret performance metrics in SQL Server 2005
- Using SQL Server Profiler with Analysis Services
- FAQ: DTS packages in SQL Server
This was first published in March 2007
Join the conversationComment
Share
Comments
Results
Contribute to the conversation