If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > SQL Server memory leak

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-05-02, 16:09
Jaclyn Jaclyn is offline
Registered User
 
Join Date: Dec 2002
Posts: 2
Question SQL Server memory leak

I'm having a problem with SQL Server leaking memory. As requests are being made to SQL server it's allocating more and more memory and never releasing it. It doesn't re-use the memory it's already allocated it just keeps grabbing more. The program is written in Delphi and uses ADO to access the database.

Any ideas would be greatly appreciated.

Jaclyn
Reply With Quote
  #2 (permalink)  
Old 12-31-02, 08:09
gjallenuk gjallenuk is offline
Registered User
 
Join Date: Jun 2002
Posts: 18
how long do you wait to see if the memeory profile retruns to normal most applicaitons will eat memory when the work load increases but may take a while to release it. I have seen IIS take 24 hours to let the worker threads go.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On