Link to home
Start Free TrialLog in
Avatar of Petermcg001
Petermcg001Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Configuring SQL server

Hello,

We've just installed a new SQL server.  It's running 64bit Windows 2008 Server Std and SQL 2008.  It will be used exclusively for our SQL application.  It has 12gb ram and the database is around 5gb.

What configuration changes would you advise to SQL to get the best out of the system, or should I leave the defaults.  In particular should I enable the AWE?

Thanks

ASKER CERTIFIED SOLUTION
Avatar of sachitjain
sachitjain
Flag of India 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
Your system's performance majorly depends on how your create databases on them. Basically your database design strategy has to be full proof. You need know ur tables, their relationship with other tables, index requirements of those tables, physical organization of table data and indexes and database growth estimation. These parameters would be decided during your designing. After that you need to have a fullproof backup and maintenance checks planning for consistent performance of your overall system.
Avatar of Petermcg001

ASKER

Thanks, I'll take your advice on the AWE