Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Currently Running Process - 2005

    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!

Viewing post 1 (of 1 total)