1
one of common problems in Sql serverl is pool over because of open connections are not closed.
sp_who2 will help you to see open connections to your SQL database engine.
this is screenshot of the result of the run
SELECT @@MAX_CONNECTIONS AS 'Max Allowed Connections'
Posted on 8:21 AM by Softminer and filed under
SQL
one of common problems in Sql serverl is pool over because of open connections are not closed.
sp_who2 will help you to see open connections to your SQL database engine.
this is screenshot of the result of the run
SELECT @@MAX_CONNECTIONS AS 'Max Allowed Connections'
to have select query on sp_who to see the connection of specific database
|
Nice Thanks
Computech
Post a Comment