How many users have ADMIN privileges on that server? Did you check the active transactions on the server and see what is running?
Hi Satya, I am the only admin and but we have several projects which are outsourced. Lately the project went live and we are working on the production issue. So I want to make sure on my end that there is no other profiler running on the server. This is more of a general question. Thanks!
for such doubts you can obtain the current execution status on SQL server to see if there are PROFILER : SELECT * FROM sys.dm_exec_sessions where program_name like '%PROF%'