Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
8answers
1k views

How can I detect condition that causes exception before it happens?

I had no luck with this question so I've produced this simple-as-possible-test-case to demonstrate the problem. In the code below, is it possible to detect that the connection is unusable before ...
1
vote
3answers
753 views

Detecting unusable pooled SqlConnections

When I attempt to set an application role on a SqlConnection with sp_setapprole I sometimes get the following error in the Windows event log... The connection has been dropped because the ...