|
Is there any way to figure out the host machine name from where an sql trace was originated or some other details like spid against which the trace is running ? When I execute the following query - I get there are two sql traces running ,for the first one I am sure is the default one initiated by the sql server but not sure about the other one. I am also not able to get any idea when I query the following - Regards, Hemant
(comments are locked)
|
|
I adopted the following query from @Håkan Winther great script to find "who changed what" Credit to @Håkan Winther! This query will not return any details about those traces where file name property is not available.Even if this file name property is available for a trace how would I retrieve the session id against which this particular trace process is running or say host name from where the trace was originated ? Thanks, Hemant
Feb 17 '11 at 02:03 AM
Hemant
(comments are locked)
|


Are you asking which client/spid actually started a trace?