SMS: How to Configure SQL Server User Connections for SMS 2.0ID: Q199249
|
When setting up a Systems Management Server 2.0 primary site server, you are prompted to configure the maximum number of user connections for your SQL Server. This article describes how the setup program determines the default number of connections and how you can change this setting after the Systems Management Server site server is installed.
Systems Management Server 2.0 requires 50 user connections for the use of the site server and the Systems Management Server services that run on the server plus 5 user connections for each SMS Administrator console that will run concurrently.
When you set up Systems Management Server, the setup program calculates the number of connections based on the number of SMS Administrator consoles you specify. For example, if you configure Systems Management Server setup with 5 Administrator consoles, setup configures 75 user connections:
50 connections for the serverThis formula produces an estimate of the number of connections required. The SMS Administrator console uses SQL Server connections based on the number of connections needed to retrieve the data requested by the user. For most users, 5 connections should be sufficient but the number of connections you require might vary.
+ 25 connections for SMS Administrator consoles (5 connections * 5 consoles)
-----------------------------------------
= 75 User Connections
If you find that you have an insufficient number of user connections available, you can increase the number using SQL Enterprise Manager or ISQL/w.
To add user connections using SQL Enterprise Manager:
sp_configure "User Connections", Xwhere x is the number of user connections you want to configure. You can execute these queries seperately or together; to run them together, add "GO" on the line following "reconfigure".
reconfigure
Additional query words: SQL User Connections Administrator smssql prodsms
Keywords : kbSMS200
Version : winnt:2.0
Platform : winnt
Issue type : kbinfo
Last Reviewed: March 6, 1999