nancyd1111
Technical User
If I have executed a stored procedure to create a trace file, how is it that at a later point I identify the TraceID of this newly created file so that I can stop and close the trace?
If I try to delete a .trc file and it hasn't been closed, I get a sharing violation message, which is expected.
How is it that I stop/close the file so that I can perform the "delete".
Does SQL Profiler (if I have the file open) somehow allow me to see which ID is allocated to the .trc that is currently open?
If I try to delete a .trc file and it hasn't been closed, I get a sharing violation message, which is expected.
How is it that I stop/close the file so that I can perform the "delete".
Does SQL Profiler (if I have the file open) somehow allow me to see which ID is allocated to the .trc that is currently open?