I have low-level traces that I used to SQL Profiler to create and I would like to run these traces 24/7. So for I have the trace result imported to a table in the database and It stop running when I close the SQL Profiler instance. Is there a way to make this runs 24/7 in the background?
Asked
Active
Viewed 134 times
0
-
be cautious of running the sqlprofiler 24/7, this can cause performance issues as the log size grows – ChrisCamp Jun 14 '13 at 14:22
-
I am running the trace on another sql server – Zeze Jun 14 '13 at 15:33