Maximum Number of Connections to SQL Server

  • I have a .Net app which is giving an error stating the following:

    "Possible causes include the following: the client tried to connect to an unsupported version of SQL Server; the server was too busy to accept new connections; or there was a resource limitation (insufficient memory or maximum allowed connections) on the server".

    How can I go about dignosing the issue? I would think that it was that the server was too busy but I need to make sure so I can advise the developer. I'm thinking that he needs to change the time of day that the app runs.

  • It could be a number of things, but find out if you are trying to connect to a developer version of SQL server as the number of connections it allows is severely limited. Not sure how many but it won't be very many.

    The probability of survival is inversely proportional to the angle of arrival.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply