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