SQL server hardware configuration - Stack Overflow [closed]most recent 30 from stackoverflow.com2009-12-19T09:14:55Zhttp://stackoverflow.com/feeds/question/425195http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/425195/sql-server-hardware-configuration0SQL server hardware configuration [closed]Greco2009-01-08T17:41:06Z2009-01-08T18:44:40Z
<p>What is the best strategy in the hardware configuration of a SQL server machine?</p>
<p>To my knowledge you set it up the following: </p>
<p>RAID 1 (2 disks) --> OS + SQL Server installation
RAID 1 (2 disks) --> SQL Server Logs
RAID 5 (4 disks) --> SQL Server databases</p>
<p>What have you experienced?<br />
Is there a better way to do it? </p>
<p>Thanks,
Dimi</p>
http://stackoverflow.com/questions/425195/sql-server-hardware-configuration/425236#4252361Answer by ConcernedOfTunbridgeWells for SQL server hardware configurationConcernedOfTunbridgeWells2009-01-08T17:55:46Z2009-01-08T17:55:46Z<p>Take a look at <a href="http://stackoverflow.com/questions/294408/sql-server-transaction-log-raid">This Stackoverflow question.</a> It goes into setting up SQL server disk layouts.</p>
http://stackoverflow.com/questions/425195/sql-server-hardware-configuration/425277#4252770Answer by olle for SQL server hardware configurationolle2009-01-08T18:08:16Z2009-01-08T18:08:16Z<p>I think this is excellently covered in <a href="http://searchsqlserver.techtarget.com/tip/0,289483,sid87_gci1262122,00.html#" rel="nofollow">this article</a>. 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.</p>
http://stackoverflow.com/questions/425195/sql-server-hardware-configuration/425373#4253730Answer by MarlonRibunal for SQL server hardware configurationMarlonRibunal2009-01-08T18:44:40Z2009-01-08T18:44:40Z<p>Browse <a href="http://www.brentozar.com/sql/" rel="nofollow">http://www.brentozar.com/sql/</a> . Brent have some suggestion on hardware config.</p>