Re: sysprocesses



Grant VIEW SERVER STATE to the logins or groups that should have these
rights.

I have a Windows group named something like Domain\ServerNameViewServerState
and GRANT VIEW SERVER STATE TO Domain\ServerNameViewServerState. At the
domain level, adding or subtracting logins as members of the group will
control whether those logins have this right.

RLF
<dnlgauthier@xxxxxxxxxxx> wrote in message
news:1187110036.115100.273990@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
prior to SQL Server 2005, a login was able to select * from
master..sysprocesses and see all active SPIDs. Now using SQL Server
2005 the same select only returns the SPID for the active connection,
unless the user has "processadmin" role enabled. How can I view all
active connections WITHOUT having to enable the processadmin role for
the user ?



.



Relevant Pages