LaurentLyon
asked on
[SQL SERVER]
Hello
I'v got a SQL Server 2008 with 6 instances.
How to know how many memory and Cpus to install in the server ?
How to configure the max and min memory in SQL Server? ( values)
Which parameter are important too ? (tuning SQL)
Thanks
I'v got a SQL Server 2008 with 6 instances.
How to know how many memory and Cpus to install in the server ?
How to configure the max and min memory in SQL Server? ( values)
Which parameter are important too ? (tuning SQL)
Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
how many Memory and CPU power you Need is dependent on the work the six instances have to do. You can look how many RAM and % CPU your sqlservr.exe currently need. I would recommend to use a SSD, this brings in most cases more Speed than CPU power.
You can configure the max an min Memory usage of each instance with the SQL Server Management Studio. Just connect to the instance, right click on the instance (for example (local)\instance1) and select properties.