Hello,
On our SQL server 6.5 boxes, SQL Trace is randomly stopping. It would be great if there were a script/scheduled task that exists that would check to see of SQL Trace is running at regular intervals, and if
it is not running, that script would start it. One resolution I've heard of would be to schedule a small select statement to run every 3 or so minutes to keep the trace alive, but I'm not sure how to write a script to do that.
Thanks