SQL Trace: Back again, and better than ever

By Bill Graziano on 31 July 2000 | Tags: Tools , Profiler & Trace


This article describes some of the new features in SQL Server 2000. It primarily covers SQL Trace which was called Profiler in SQL Server 7.0. Profiler/SQL Trace let's you watch each SQL statement that a server recieves. It's a great tool for debugging since you can see what statements your application generates without making any changes to the client.

Link: SQL Trace: Back again, and better than ever


Related Articles

Testing with Profiler Custom Events and Database Snapshots (22 June 2009)

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

Integrating Profiler and PerfMon Log Files (6 February 2008)

Debugging Stored Procedures in Visual Studio 2005 (25 June 2007)

Examining SQL Server Trace Files (15 May 2006)

Summarizing SQL Server Trace Files (or Read80Trace for SQL Server 2005) (10 April 2006)

Free online SQL Formatter (5 April 2006)

Free tools for SQL Server (2 March 2006)

Other Recent Forum Posts

Good and bad design (2d)

I have installed 2019 MS SQL via powershell but I am not able to open SSMS (2d)

Home page (Web Portal) just spins (3d)

Get the min start and max end when the datetime overlap is more than 1 day (3d)

Query Inner or Sub including 4 tables (3d)

CASE Statement to Categorize Data Request (3d)

How to remove all text inside brackets in sql server and return only text to the left of this (4d)

Get first datetime and last datetime on a single row (4d)

- Advertisement -