Article ID: 320728 - Last Review: January 12, 2004 - Revision: 3.5 HOW TO: Resolve "The Maximum Connection Limit Has Been Reached" Error Message
This article was previously published under Q320728 On This PageSUMMARY
In SQL Server 7.0 and SQL Server 2000, administrators can use the sp_configure stored procedure to modify configuration settings. One of the settings that you can modify is the user connections option. When you install SQL Server, the default value for user connections is 0 (32767 concurrent connections). Microsoft recommends that you do not change the default user connections setting. If user connections is set to a value of 1, SQL Server does not start and the SQL Server error log (for both SQL Server 7.0 and SQL Server 2000) contains the following entry:
The maximum limit for connections has been reached
initconfig: Number of user connections limited to 1
Stand-Alone SQL ServerTo resolve these errors for SQL Server that is running on a stand-alone computer, start SQL Server with the minimum configuration, and then reset the user connections configuration value. To do so, follow these steps:
Virtual SQL ServerTo resolve these errors for a virtual instance of SQL Server, follow these steps:
TroubleshootingYou may receive the "The maximum connection limit has been reached" error message when SQL Server is up and running. In this situation, the configured number of user connections is not enough to support the number of concurrent connections to the SQL Server instance. The solution is to close enough connections to allow a new connection from Query Analyzer. After you can connect, issue the following commands from Query Analyzer:REFERENCESFor additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
319942
(http://support.microsoft.com/kb/319942/EN-US/
)
HOW TO: Determine Proper SQL Server Configuration Settings
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email
Back to the top
