Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

memory leakage

Status
Not open for further replies.

moleboy

IS-IT--Management
Oct 10, 2002
33
GB
Anyone???

I taken over an ASP/sql7 database system. Problem is the server has to be reset once a week cause it runs out of virtual memory. I have been told that this is due to memory leakage from the asp connections. Is there any way to monitor the connections to the database or check each page with some freeware???

thanks
 
The first thing I would do is talk to your ASP programmers and have them fix their sloppy code. Those connections should be closed when they are done!
 
Windows 2000 ships with Data Access Components (DAC)version v2.5 or 2.6, and these can have problems.

Sounds like it could be a memory leak within the DAC.

According to MS TechNet article Q314638, installing v2.7 of MDAC should fix the problem.

This patch requires a reboot...

see:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top