Link to home
Start Free TrialLog in
Avatar of luyan
luyan

asked on

Could I allocate more memory to one database?

We are running Window Server 2003 Enterprise Edition with 12GB RAM. We will install SQL Server 2008 on it. We will assign 2GB to OS and 10GB of RAM to SQL Server. We have one important project will be running on the SQL Server. It would take a lot of memory. I know we could allocate memory for SQL instance. Is it possible to allocate more memory to the database of this project?
Thanks!
Avatar of pcunite
pcunite
Flag of United States of America image

Open up SQL Server Management Studio 2008
- Type in the information to connect to the server that has SQL server running on it and click connect.
- Right click the server name
- Click Properties
- Select Memory on the left side of the window that comes up
- Under Server Memory Options, adjust the minimum and maxiumum memory settings to what you need.

http://aaronwball.blogspot.com/2009/06/sql-server-2008-memory-management.html
Avatar of luyan
luyan

ASKER

Yes, we could allocate more memory for SQL instance. Could we configure to use more memory for one database?
ASKER CERTIFIED SOLUTION
Avatar of dwkor
dwkor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of luyan

ASKER

Thanks!