Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Memory utilization by sql server..

Author  Topic 

amol_benare604
Starting Member

8 Posts

Posted - 2009-01-19 : 02:32:34
Hello friends,

How to set fix cache memory utilization for sql server 2005 ?

Thanking you in advance
Amol

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-01-19 : 12:27:07
If you mean how to set the min/max server memory that the SQL Server process is allowed to use, then you can do that with sp_configure or by using the GUI by right clicking the server, properties, and then memory.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -