We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ced9cc commit 461bb13Copy full SHA for 461bb13
1 file changed
docs/relational-databases/sql-trace/delete-a-trace-transact-sql.md
@@ -23,9 +23,9 @@ ms.author: "mathoma"
23
24
### To delete a trace
25
26
-1. Execute **sp_trace_setstatus** by specifying **@status = 0** to stop the trace.
+1. Execute **sp_trace_setstatus** by specifying `@status = 0` to stop the trace.
27
28
-2. Execute **sp_trace_setstatus** by specifying **@status = 2** to close the trace and delete its information from the server.
+2. Execute **sp_trace_setstatus** by specifying `@status = 2` to close the trace and delete its information from the server.
29
30
> [!NOTE]
31
> A trace must be stopped first before it can be closed.
0 commit comments