How to monitor active connection pool in SQL Server?
I'm suspecting that my web application has connection leaks (getting the timeout and max connection reached error). So I wanted to monitor how many database connections are active in the pool. I'm ...
stackoverflow.com