Hints And Tips research knowledge archive
Tip# 452
Sponsored Links
 
Subject: MS SQL Server 2005 - Make sure to manage memory!
Updated: Jan-3-2007
Rating: 2.00   (1 Votes)
By: Rocky Moore - Member #: 461
Location: Klamath Falls, Oregon USA
Website: www.ReflectedThought.com
Category: Computers > Programming > Databases
Rate This Tip (10=Great):  1  2  3  4  5  6  7  8  9  10
Quite some time ago, I ran into a problem where SQL Server (back then I think it was version 7) would consume all of available RAM forcing other applications to the bare minimum.  Since that time I usually always tell SQL Server exactly how much memory it may use, otherwise it can bring you system to a crawl.

To set, bring up the Properties of the SQL Sever you have open (in Enterprise manager, SQL Server Management Studio, etc) and select Memory.  By default it consumes all available memory.  Set this to a limit where your system is still fully functional but not to choke the server.  On my development machine I have this set to 256 MB.  

Also, you need to keep in mind that if you have multiple instances of SQL Server, you need to configure the RAM on each of them.  If multiple instances are running at the same time, make sure they will not run out of memory, as the amount you set on an instance is the amount that one instance can use and not combined.

[Submit DIGG for this tip]


-----------
Note: Use the tips posted on this site at your own risk. The tips are posted by the public and as such may or may not be valid.

Sponsored Links
     
Categories
hints and tips gold divider
Sponsor Sites To Visit
www.SaintsInLight.com
Thoughts on the Christian walk
along various Christian links.

CICK HERE
www.BringingInTheHarvest.com
Christian:  The harvest is ripe and
the day is short, we need to bring in
the harvest while there is time!

CLICK HERE
XML RSS News Feed For Recently Posted Hints And Tips  RSS Feed
You can now get updates to the Recent Tips section by using RSS. The address is:

HintsAndTips.com/Rss.aspx

* Posting Tips *
To post a Tip, Recommendation or Tips Wanted, simply browse to the category you feel is a best fit for your post (click on the Recommention or Tips Wanted tab if fitting) and then click on "New Post" option.
(C) Copyright 1998-2010 All Rights Reserved