MSSQL sp_who2 check on number of connections |
SQL |
Written by Dicky |
Monday, 26 September 2016 09:38 |
In order to check the number of connections currently running on your DB or debug an issue where application not closing SQL connections properly, simply execute the following command.
The query was taken from this article. |