@@maxconnections variable in sql server – SQLSERVERLEARNER https://sqlserverlearner.com LEARN SQL SERVER ONLINE Mon, 20 Jun 2011 13:20:55 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 USING @@MAX_CONNECTIONS VARIABLE https://sqlserverlearner.com/2011/06/20/using-max_connections-variable/ https://sqlserverlearner.com/2011/06/20/using-max_connections-variable/#comments Mon, 20 Jun 2011 13:20:55 +0000 https://sqlserverlearner.azurewebsites.net/2011/06/20/using-max_connections-variable/ @@MAX_CONNECTIONS Returns the maximum number of simultaneous user connections allowed on an instance of SQL Server. The number returned is not necessarily the number currently configured.

Syntax:


SELECT MAX_CONNECTIONS

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

Return Type of @@MAX_CONNECTIONS is integer

]]>
https://sqlserverlearner.com/2011/06/20/using-max_connections-variable/feed/ 1