vote up 0 vote down star

What is the best strategy in the hardware configuration of a SQL server machine?

To my knowledge you set it up the following:

RAID 1 (2 disks) --> OS + SQL Server installation RAID 1 (2 disks) --> SQL Server Logs RAID 5 (4 disks) --> SQL Server databases

What have you experienced?
Is there a better way to do it?

Thanks, Dimi

flag
Very similar to this question stackoverflow.com/questions/294408/… – ConcernedOfTunbridgeWells Jan 8 at 17:55

closed as exact duplicate by warren Jan 8 at 19:36

3 Answers

vote up 0 vote down check

Browse http://www.brentozar.com/sql/ . Brent have some suggestion on hardware config.

link|flag
vote up 1 vote down

Take a look at This Stackoverflow question. It goes into setting up SQL server disk layouts.

link|flag
vote up 0 vote down

I think this is excellently covered in this article. There isn't a single clear cut answer it depends on what the server will be used for and what kind of load it will face and in what manner. And the article will give plenty of suggestions on how to reach your decision.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.