up vote 1 down vote favorite
share [g+] share [fb]

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

link|improve this question

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

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

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ.

3 Answers

up vote 1 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
feedback

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|improve this answer
feedback

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