How to: Delete a Trace (Transact-SQL)

This topic describes how to use stored procedures to delete a trace.

To delete a trace

  1. Execute sp_trace_setstatus by specifying @status = 0 to stop the trace.

  2. Execute sp_trace_setstatus by specifying @status = 2 to close the trace and delete its information from the server.

Note

A trace must be stopped first before it can be closed.

See Also

Other Resources

sp_trace_setstatus (Transact-SQL)
System Stored Procedures (Transact-SQL)
SQL Server Profiler Stored Procedures (Transact-SQL)

Help and Information

Getting SQL Server 2005 Assistance