| title | Delete a Trace (Transact-SQL) | Microsoft Docs | |||
|---|---|---|---|---|
| ms.custom | ||||
| ms.date | 03/06/2017 | |||
| ms.prod | sql | |||
| ms.prod_service | database-engine | |||
| ms.service | ||||
| ms.component | sql-trace | |||
| ms.reviewer | ||||
| ms.suite | sql | |||
| ms.technology |
|
|||
| ms.tgt_pltfrm | ||||
| ms.topic | article | |||
| helpviewer_keywords |
|
|||
| ms.assetid | a5502814-b281-42dd-b885-5c9368025ae6 | |||
| caps.latest.revision | 22 | |||
| author | MashaMSFT | |||
| ms.author | mathoma | |||
| manager | craigg | |||
| ms.workload | Inactive |
[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md] This topic describes how to use stored procedures to delete a trace.
For an example of using trace stored procedures, see Create a Trace (Transact-SQL).
-
Execute sp_trace_setstatus by specifying @status = 0 to stop the trace.
-
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.
sp_trace_setstatus (Transact-SQL)
System Stored Procedures (Transact-SQL)
SQL Server Profiler Stored Procedures (Transact-SQL)