I want to know how do we find the no of users accessing SQL server.Also help me how to find no of users accessing each DB.Preferably some system stored procedure.
If you use sp_who/sp_who2, examine the SPID column. SPIDs less than 50 are almost always SQL Server system processes. So for a true connection count for licensing you may want to omit these.
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply