Ask a Question related to ASP Database, Design and Development.
-
scott_mcarthur2003@yahoo.co.uk #1
unclosed connections problem
We have just migrated from a windows 2000 server running classic
asp/sql server web sites without the .net framework installed to
windows 2003. Despite having the same traffic levels sql server on the
new machine seems to be using up much more RAM than before. I suspect
that their may be unclosed database connections in the asp code and
that the reason is that windows 2003 is not shutting down unused
connections as quickly. Is this feasible? If so is their any
workaround as it might take some time to fix all the connections in
the code.
scott_mcarthur2003@yahoo.co.uk Guest
-
Problem with two connections in Contribute 3
I've set up Contribute 3 on a colleague's computer to enable him to make straightforward changes to his new site (www;ski-monterosa.com) and this is... -
Problem with SQLServer connections
I have an application that does a ridiculous number of queries -- its purpose is to extract records from one database and insert them into a... -
Never closing database connections - a problem?
Hi there, I have been doing database connections through ASP and VB for a few years now, but I've lately come to realize that I might not be... -
solve IIS limit to 10 connections problem
Hy! First o f all thank you for ansering my questions! The main reason for chosing a single PC instead of a web hosting service is because i'm... -
Problem with Trusted Connections
I am trying to create a trusted connection to a SQL 6.5 database from a FoxPro program. However, when I set up the ODBC link, it claims it is not a... -
Aaron Bertrand - MVP #2
Re: unclosed connections problem
It could be a variety of other things, for example your 2003 installation
might just have a smaller memory footprint than your 2000 server, and so
more RAM is available for SQL Server to use. It could also be that you have
a different min/max memory level configured for SQL Server on the new
machine.
Unless it is actually disruptive (e.g. other programs can't get enough
memory to run), you should not be alarmed about the amount of RAM SQL Server
is using.
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
<scott_mcarthur2003@yahoo.co.uk> wrote in message
news:92c92d63.0311200950.15e82873@posting.google.c om...> We have just migrated from a windows 2000 server running classic
> asp/sql server web sites without the .net framework installed to
> windows 2003. Despite having the same traffic levels sql server on the
> new machine seems to be using up much more RAM than before. I suspect
> that their may be unclosed database connections in the asp code and
> that the reason is that windows 2003 is not shutting down unused
> connections as quickly. Is this feasible? If so is their any
> workaround as it might take some time to fix all the connections in
> the code.
Aaron Bertrand - MVP Guest



Reply With Quote

