ClearTrace

ClearTrace imports SQL Server 2000 and 2005 trace (and profiler) files into SQL Server and displays summary performance information.  It is designed to provide the same performance summary as Read80Trace but in a graphical environment and for SQL Server 2005.

Download Page | Screenshots | Instructions | Requirements| Beta Program | Support Forum

ClearTrace Summary Screen

You can view a video demonstration of ClearTrace.

Features

Normalized SQL Statements

ClearTrace "normalizes" the SQL statements to eliminate transient differences in SQL statements.  For example, the following statement

Select * From qryLinksByNewsletterID Where NewsletterID=19

is normalized to

SELECT * FROM QRYLINKSBYNEWSLETTERID WHERE NEWSLETTERID={##}

This allows the common SQL statements to be grouped together to determine their impact on the system.  Other steps include:

Integrated Query Results 

Other Features

Requirements