T
tshad
I got the following message on my Sql Server 2000:
Timeout expired. The timeout period elapsed prior to obtaining a connection
from the pool. This may have occurred because all pooled connections were
in use and max pool size was reached.
I understand what this is when dealing with Web Application. But this
problem is a small program that just opens and closes an sql table. It is
running as a service and not part of a web application.
Why would I get this message?
Thanks,
Tom
Timeout expired. The timeout period elapsed prior to obtaining a connection
from the pool. This may have occurred because all pooled connections were
in use and max pool size was reached.
I understand what this is when dealing with Web Application. But this
problem is a small program that just opens and closes an sql table. It is
running as a service and not part of a web application.
Why would I get this message?
Thanks,
Tom