Aug 15, 2002 #1 babeo Technical User Joined Mar 30, 2000 Messages 398 Location 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
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
Aug 16, 2002 #2 grega Programmer Joined Feb 2, 2000 Messages 932 Location GB Use sp_configure "user connections", new_value. Increasing the number of connections also uses more memory. Greg. Upvote 0 Downvote
Use sp_configure "user connections", new_value. Increasing the number of connections also uses more memory. Greg.
Aug 16, 2002 Thread starter #3 babeo Technical User Joined Mar 30, 2000 Messages 398 Location CA Thanks Greg Upvote 0 Downvote