SQL Server - Precision Performance techniques using RML Utilities

Published 09 June 08 05:50 AM | SQL Master 

As a DBA, you probably often find yourself striving or struggling to improve the performance of SQL Server instance queries (might be smaller or complex ones). By default in order to get further analysis on the system's performance you need to perform server side trace along with SYSMON (PERFMON) trace collection, this is important in trying to discover the queries or batches that take too long to run, perform too many I/O requests, or use too many CPU cycles.

By default the users will find using PROFILER than running Script based trace on server side or even with  SQL Server traces in Profiler and sort them by different columns (e.g., duration, cpu, reads, writes), this process tends to be time-consuming and doesn't provide aggregated data. Alternatively, you could load the traces into SQL Server tables and run aggregate queries against these tables to analyze the worst-performing queries in the trace. The Read80Trace utility simplifies trace analysis by automatically creating an analysis database for the trace file(s) you provide. It also generates a graphical HTML output file that contains detailed information about the load captured in the trace files.  

In continuation with the blog SQL Server troubleshooting tools PSSDiag, SQLDiag, SQLNexus, RML Utilities and ReadTrace: which one to choose? here about Precision Performance objective driven by Microsoft CAT team about RML utilities I would like to refer this further explanation blog post from SQLCAT blogs.

More from this Precision Performance for Microsoft SQL Server using RML Utilities 9.0 post.

 

 

 

Comments

# Other SQL Server Blogs around the Web said on June 9, 2008 6:15 AM:

As a DBA, you probably often find yourself striving or struggling to improve the performance of SQL Server

# SQL Server Security, Performance & Tuning (SSQA.net) : SQL Server - Precision Performance techniques using RML Utilities said on June 9, 2008 6:46 AM:

PingBack from http://sqlserver-qa.net/blogs/perftune/archive/2008/06/09/4427.aspx

Anonymous comments are disabled

About SQL Master

**__________________________________** SQL Server MVP, Sr. DBA & industry expert. - Knowledge is of two kinds. We know a subject ourselves or we know where we can find information on it. It is also a power and you will gain by sharing it.