Hi all,
I posted this on the SQL Server forum as well, hope you guys don't mind, but this seemed a logical place to also post my question...
I am having this (imho weird) problem on MS SQL Server 6.5 (yeah, I know, we need to upgrade... BAD
) which is as follows...
I am running Queries against various databases from ASP scripts. I close my connection right away whenever I don't need it anymore. (Using the "Connection.Close" statement)
On the SQL Server however they remain open as idle connections displaying "AWAITING COMMAND" as the Command detail, which sometimes causes the server to exceed the maximum number of connected users, thus creating errors for every site for which it hosts the database.
How can I prevent this (besides using a lower "remote conn timeout" value)?
Thanx in advance,
Anton de Wit.
I posted this on the SQL Server forum as well, hope you guys don't mind, but this seemed a logical place to also post my question...
I am having this (imho weird) problem on MS SQL Server 6.5 (yeah, I know, we need to upgrade... BAD
I am running Queries against various databases from ASP scripts. I close my connection right away whenever I don't need it anymore. (Using the "Connection.Close" statement)
On the SQL Server however they remain open as idle connections displaying "AWAITING COMMAND" as the Command detail, which sometimes causes the server to exceed the maximum number of connected users, thus creating errors for every site for which it hosts the database.
How can I prevent this (besides using a lower "remote conn timeout" value)?
Thanx in advance,
Anton de Wit.