Question : somethine or a user is running sql profiler on my sql server 2008 instance - how can i identify the session

Hi,

something or a user is running sql profiler on my sql server 2008 instance - as traces are being dumped - how can i identify the session or user

thanks
H

Answer : somethine or a user is running sql profiler on my sql server 2008 instance - how can i identify the session

try this one

SELECT * FROM ::fn_trace_getInfo(0)
Random Solutions  
 
programming4us programming4us