Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to increase user connection for a db

Status
Not open for further replies.

babeo

Technical User
Mar 30, 2000
398
CA
Hi
I want to increase user connection for a database, what is the command to do that? and what should be done to do that?

Thanks
 
Use sp_configure "user connections", new_value. Increasing the number of connections also uses more memory.

Greg.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top