SQL server hardware configuration - Stack Overflow [closed] most recent 30 from stackoverflow.com 2009-12-19T09:14:55Z http://stackoverflow.com/feeds/question/425195 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/425195/sql-server-hardware-configuration 0 SQL server hardware configuration [closed] Greco 2009-01-08T17:41:06Z 2009-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#425236 1 Answer by ConcernedOfTunbridgeWells for SQL server hardware configuration ConcernedOfTunbridgeWells 2009-01-08T17:55:46Z 2009-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#425277 0 Answer by olle for SQL server hardware configuration olle 2009-01-08T18:08:16Z 2009-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#425373 0 Answer by MarlonRibunal for SQL server hardware configuration MarlonRibunal 2009-01-08T18:44:40Z 2009-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>