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

I need the logic for this requirement (2d)

Ottimizzazione sincronizzazione dati Oracle e SSIS (3d)

Create a store procedure to Update From One Table to Another Based on an ID (9d)

Find when SQL raw was created when no date column (9d)

alculate the total daily medication dosage for each patient between specified start and end dates to generate a daily report. (15d)

Pivot help (Stuff, XML Path?) (18d)

I wrongly deleted rows in table (19d)

Manage login details? (19d)

- Advertisement -