use of @@connections variable sql server – SQLSERVERLEARNER https://sqlserverlearner.com LEARN SQL SERVER ONLINE Mon, 20 Jun 2011 11:35:17 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 USING @@CONNECTIONS VARIABLE https://sqlserverlearner.com/2011/06/20/using-connections-variable/ https://sqlserverlearner.com/2011/06/20/using-connections-variable/#respond Mon, 20 Jun 2011 11:35:17 +0000 https://sqlserverlearner.azurewebsites.net/2011/06/20/using-connections-variable/ @@CONNECTIONS Variable contains the number of connections that were called on to the SQL Server Service.
This number includes both Successfull and unsuccessful connections.
Basic Syntax for using @@CONNECTIONS:


SELECT @@CONNECTIONS

 

Output for the Above query would give the following depending up on your server:

 

]]>
https://sqlserverlearner.com/2011/06/20/using-connections-variable/feed/ 0