I am looking for a better means of error trapping my sql connections on connection.open, so that I may log the error better and determine where in my application it is faulting.
I am using try catch and logging the exception caught but what I really want is to know which connection is failing. My application is iterating through 70 servers and aggregating data for another database.