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