February 27, 2012 at 9:02 pm
Comments posted to this topic are about the item Currently Running Process - 2005
February 28, 2012 at 9:03 am
this script is really great, thanks! Is there any way to add the user and/or host machine name that is running the query? (so I know who to yell at 🙂
February 29, 2012 at 8:02 am
Nice Script .
thanks for posting here...
March 15, 2012 at 3:28 pm
I added this bit to the select to get the user accout:
UserLogin = (
select
convert(sysname, rtrim(loginame))
from
master.dbo.sysprocesses
where
spid = a.session_id
),
Great script. thanks!
May 11, 2016 at 7:13 am
Thanks for the script.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply