|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Thursday, February 07, 2013 7:52 AM
Points: 19,
Visits: 51
|
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 2:37 PM
Points: 170,
Visits: 388
|
|
Hi Eric,
This SP is really good. Thanks for it. But, what I noticed is it works only for single user. As you mentioned exec master..spWhatsRunning 0 will not produce any output. It requires usename too.
So, the better way I found is to enter the following way:
exec master..spWhatsRunning 0,Administrator,null
I tried this in 08 R2.
Let me know if I went correctly or not. Thank you
|
|
|
|