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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-05-08 : 09:37:11
|
| ehsan writes "Dears,I want to limit the connection numbers to my server to X.How can I do it in application?" |
|
|
YellowBug
Aged Yak Warrior
616 Posts |
Posted - 2002-05-08 : 09:48:37
|
| Enterprise Manager: Properties of server. Connections Tab.Set the maximum concurrent user connections.OR sp_configure 'user connections' |
 |
|
|
|
|
|