I am attempting to kill a rouge Trace in SQL 2005 without success!
I have attempted:
exec sp_trace_setstatus 1,0
With the result of:
You do not have permission to run 'SP_TRACE_SETSTATUS'
I have tried executing this as an admin on the server and as "SA" with the same results.
Start Free Trial