Skip to content

Commit 461bb13

Browse files
authored
C117250: Escaping strings where @ is next to asterisks
Translator has reported possible source content issue. Description: @ symbol next to asterisk is creating issues in loc pages.
1 parent 5ced9cc commit 461bb13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/sql-trace/delete-a-trace-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ ms.author: "mathoma"
2323

2424
### To delete a trace
2525

26-
1. Execute **sp_trace_setstatus** by specifying **@status = 0** to stop the trace.
26+
1. Execute **sp_trace_setstatus** by specifying `@status = 0` to stop the trace.
2727

28-
2. Execute **sp_trace_setstatus** by specifying **@status = 2** to close the trace and delete its information from the server.
28+
2. Execute **sp_trace_setstatus** by specifying `@status = 2` to close the trace and delete its information from the server.
2929

3030
> [!NOTE]
3131
> A trace must be stopped first before it can be closed.

0 commit comments

Comments
 (0)