SQL Server 2005 high memory usage and performance problems

Posted by emzero on Stack Overflow See other posts from Stack Overflow or by emzero
Published on 2010-03-08T19:20:48Z Indexed on 2010/03/08 19:21 UTC
Read the original article Hit count: 673

Hi there guys.

I have this ASP.NET/SQLServer2005 website running on a production server (Win2003, QuadCore, 4GB).

The site runs smoothly normally, but after 2-3 weeks I notice a slow performance on the site (especifically in one particular page). Also I notice that the SQL Server process is using like 2GBs of RAM. So I restart the service, the site runs fast again and the process 300-400MBs.

I'm looking for an explanation of why is this happening? What is SQL Server storing in RAM that takes too much space and degrades the performance? What can I do to avoid this? I'm trying to avoid restarting the SQLServer everytime this happens.

Thank you!

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about memory-usage