How to monitor the total number of SQL Server logins
- by Shiraz Bhaiji
We have an SQL Server 2005 that is the backend of a web application.
The application is partly SharePoint and partly web services accessing the database via Entity Framework.
In the performance monitor I am seeing average SQL Logins is ca, 60 per second (max 170), but the average logouts is less than 1.
Where can I see the total number of SQL Server logins? Anyone have an idea what could be causing this?