Hi all,
We had a problem with a database so i used profiler to see where it came from a couple of days ago. Now the performnce on the server has gone really bad, so one of the things i want to check if maybe the trace is still running somewhere on the background. How can i check this? When i run the profiler, i can't see it in current activity. How can be certain this is or is not the problem?
I'm using SQL 2000 SP4.
Thanks in advance,
John
There is a system function that you can run that will return the information for a trace, or all existing traces. The function call is:
select*from::fn_trace_getinfo(default)
|||Thanks Tim,
There were none, the problem was somewhere else.
Thanks,
John
No comments:
Post a Comment