How to measure connection pooling SQLOLE
Our web app has been having some problems with ” [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.” error at random times. The connection string is fine, the app runs without any dramas, but at random times it will display this error message. After consultation with other people we think that the connection pooling may be failing on some areas of our app. I wasn’t really sure how to measure this [...]

