all groups > sql server connect > august 2006 >
You're in the

sql server connect

group:

Max Connections


Max Connections robin9876 NO[at]SPAM hotmail.com
8/24/2006 6:44:11 AM
sql server connect:
On a SQL 2005 server I have set the max user connections to 500 and
restarted the SQL Services. The server is showing this as the current
running value.

However the user connections is reporting over 30,000 and sp_who
returns over 150 with the majority of these listed as sleeping.

Why is there difference between the values returned?
Re: Max Connections Sue Hoegemeier
8/24/2006 12:04:30 PM
You are comparing the results of sp_who and what else? Where
are you getting the user connections from?
If you are using @@connections, that is the number of
connections and attempted connections since SQL Server
started. It will not correlated to sp_who.

-Sue

[quoted text, click to view]
Re: Max Connections robin9876 NO[at]SPAM hotmail.com
8/25/2006 1:32:13 AM
It was a MoM rule which appears to be reporting all connections and
comparing at against concurrent connections.


[quoted text, click to view]
Re: Max Connections Sue Hoegemeier
8/28/2006 11:54:40 AM
But that doesn't answer what it's using. I don't have MOM
running where I'm at and don't remember all the details of
what runs what but there is a way to view what it's using.
Otherwise you can use Profiler and see what MOM is executing
when it checks your SQL Server.

-Sue

[quoted text, click to view]
AddThis Social Bookmark Button