Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
kjwong
Starting Member
1 Post |
Posted - 2007-12-21 : 04:04:09
|
Hi, I got a problem here.1) Suddenly, I cannot login to SQL server 6.5, i get this error msg "Unable to connect. The maximum number of 91 configured user connections are already connected. System Administrator can configure to a higher value with sp_configure"2) Altought I stop/start, or increase the user connection but still cannot login.3) Then, i try to reboot the Server, but still cannot access.4) I wait more than 2 hour, I only can access SQL server.Why? What happend for the server? The server is running service pack 4. |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-12-21 : 04:23:26
|
Have you tried tried running sp_who or similar procedure to see what the 91 other connections are? E 12°55'05.25"N 56°04'39.16" |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-12-21 : 13:49:47
|
What's max user connections now? |
|
|
mansurk
Starting Member
3 Posts |
Posted - 2007-12-29 : 07:22:50
|
You can go into the Database properties and increment the user connections value. Hope it helps!!! |
|
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2007-12-29 : 22:02:29
|
It's not part of db properties at all. |
|
|
|
|
|