0
How can I make microsoft windows to accept more then 20 connections, I have a microsoft sql server express that seems to be dropping connections after 20 connections.
Any sugestions?
Windows 2008 server but a guy says that the system maybe limited to 20 connections because of a "patch" that was used for windows 7;
You upgrade the version of Windows you are using. It is difficult to answer without the specific version you are using. – Ramhound – 2015-08-21T15:46:22.350
Windows 2008 server but a guy says that the system maybe limited to 20 connections because of a "patch" that was used for windows 7; – Andy – 2015-08-21T17:02:23.163
What patch exactly? – Ramhound – 2015-08-21T17:03:33.777
If the clients are ASP.NET, or programs on workstations, do you know if they are they using connection pooling or grabbing a connection and keeping it open for the life of the program? The latter would be bad. – Andrew Morton – 2015-08-21T17:25:25.983