sysprocesses



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