USING @@MAX_CONNECTIONS VARIABLE
Posted on : 20-06-2011 | By : Devi Prasad | In : SQL SERVER VARIABLES, SQLServerPedia Syndication
1

@@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:
[sql]SELECT MAX_CONNECTIONS[/sql]
Output for the Above query would give the following depending up on your server:
Return Type of @@MAX_CONNECTIONS is integer
Reference : Devi Prasad (sqlserverlearner.com)
Do you like my blog?
If you liked reading this blog, please help spread the word by sharing this blog with your friends.
Need Help On SQL Server?
Cannot Find Solution to your problem (or) If you are looking for some help on SQL Server. Dont worry Click Here to Post your question and solve your issue.

Tags: @@maxconnections, @@maxconnections global variable in sql server, @@maxconnections variable in sql server, need of @@maxconnections variable sql server, sql server system variables MAX_CONNECTIONS