|
Here in the steps to stop the traces:_
Step 1: Find out what are all running
select * FROM :: fn_trace_getinfo(default)
Step 2: Stop them by passing trace id and status
sp_trace_setstatus 3, 0
go
sp_trace_setstatus 3, 2
|
|
||||||
|
Syntax
sp_trace_setstatus [ @traceid = ] trace_id , [ @status =
] status
|
|
||||||
|
|
|
Ads
02 June 2015
To stop multiple traces on server
Subscribe to:
Post Comments (Atom)
-
Find More On : - http://www.sqlserver-training.com/250-sql-queries-interview-question-answers/-#5+ SQL Queries Interview Questions ...
-
ERROR: report server remote procedure call (RPC) end point. Verify that the Report Server Windows service is running, and then retry the o...
-
http://technet.microsoft.com/en-us/library/cc731002(WS.10).aspx#BKMK_requirements How accounts are created through wizards in ...
No comments:
Post a Comment