Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
satishk
Starting Member
39 Posts |
Posted - 2007-02-23 : 05:06:18
|
Hi,I need to stop a trace which is running. We are using sa login.But when I stop the trace then it stops the services.I do not want to restart my server. Is there anyway or any cmd to achieve thisSatish |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2007-02-26 : 14:56:51
|
How is the trace running in the first place? Via a job, SQL Profiler, ...?Tara Kizer |
 |
|
mcrowley
Aged Yak Warrior
771 Posts |
Posted - 2007-02-26 : 15:09:27
|
Sounds like someone has set the c2 logging option on. Run this in Query Analyzer, and see if it is set to a run value of 1sp_configure 'c2 audit mode' |
 |
|
|
|
|