Hi,
I have created an user trace using "SP_TRACE_CREATE" and added some events using "SP_TRACE_SETEVENT" and started the trace using "SP_TRACE_SETSTATUS". I was able to see my trace with Traceid "2" with status "1" when I query "select * from sys.traces"
I have done this on 3 separate SQL Servers and after some time, I don't see the user trace I've created on two of the servers. I've did this 3 to 4 times and it happens every time, trace appears for some time and then gone, only "system trace" with traceid 1 is visible.
Is there something I'm doing wrong or any ideas as to why this happens?
Thank you so much in advance.
SG