So, I'm trying to clean-up this production hairball that I have inherited. It is SQL 2000 sp4 running on Windows Server 2003 sp1. I *think* that there are some connections that are not getting closed, which I am currently searching for. In the meantime, however, I would like to figure out if SQL 2000 has a setting for automatically killing idle connections or if that is even a good idea? When I run sp_who3, the event info is frequently either sp_cursorclose;1 or null and they aren't doing anything but sitting there and have been for a while. Thoughts, suggestions? Thanks for any help or direction you can give me.
Willie
Willie