Link to home
Start Free TrialLog in
Avatar of mmedi005
mmedi005

asked on

If I have multiple databases in my SQL Server. Can some other program effect the connection pool?

If I have multiple databases in my SQL Server.  Can some other program effect the connection pool?

I am sharing a SQL server with multiple databases.  I use Try and Catches when ever I open a connection and dispose of it properly.

On the same server there are other databases, that another program uses.  Can that effect my connection pool?

I get a Timeout, that connection pool max has reached its limits.
ASKER CERTIFIED SOLUTION
Avatar of Yveau
Yveau
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mmedi005
mmedi005

ASKER

it does, thanks....
Glad I could be of any help and thanks for the grade !