vote up 1 vote down star

We have a suspect application leaving a connection open. Just wondering on the debugging tools for this, as to whether anyone has any good tools for isolating this, commercial or otherwise.

I've Googled but only seem to bring up articles that describe the problem - not the steps for a solution.

This is the best article I've seen so far. - Others welcome.

Anyone have any products that isolate the problematic code? Profilers which perform this sort of thing, or any other advice to add?

flag

1 Answer

vote up 0 vote down check

You can always check the Activity Monitor on SQL Server to see if the application is keeping the connection open.

It's under the Management node in SQL Server Management Studio. It will show you the host, application, user, number of open transactions, etc. for any applications that are connected to the database.

link|flag
This will show the connections open. However it doesn't really link to any codebase to help isolate WHERE this occurs. We've had to fire the application in different areas to try and isolate a particular section of code, all whilst watching the profiler. – Paul Oct 26 at 15:46

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.