sql Server client Users Increase
-
Hello All, Can any one Help Me to resolve the Below problem. EventID : 17809 Could not connect because the maximum no of 6 users are already been reached.the system administrator can use sp_config to increase the maximum value. Please help me to get rid of this Problem Thanks riz
-
Hello All, Can any one Help Me to resolve the Below problem. EventID : 17809 Could not connect because the maximum no of 6 users are already been reached.the system administrator can use sp_config to increase the maximum value. Please help me to get rid of this Problem Thanks riz
rrrriiizz wrote:
Please help me to get rid of this Problem
Have you tried the suggested course of action in the error message? The suggestion was:
SQL Server wrote:
the system administrator can use sp_config to increase the maximum value.
Recent blog posts: *SQL Server / Visual Studio install order *Installing SQL Server 2005 on Vista *Crazy Extension Methods Redux * Mixins My Blog
-
rrrriiizz wrote:
Please help me to get rid of this Problem
Have you tried the suggested course of action in the error message? The suggestion was:
SQL Server wrote:
the system administrator can use sp_config to increase the maximum value.
Recent blog posts: *SQL Server / Visual Studio install order *Installing SQL Server 2005 on Vista *Crazy Extension Methods Redux * Mixins My Blog
-
I dont know How to Use this command SP_config XX this is enough XX -> No of users need to connect. that is SP_config 25 But this Command is no longer Use. What can i Do Now? Thanks Riz
rrrriiizz wrote:
I dont know How to Use this command
Did you read the documentation? Setting Server configuration options[^] - User Connection Option[^]
Recent blog posts: *SQL Server / Visual Studio install order *Installing SQL Server 2005 on Vista *Crazy Extension Methods Redux * Mixins My Blog