I need some SQL Server configuration advice
My application is an eCommerce Application and CMS built on Microsoft .NET 4.0 framework.
I am configuring my IIS web server with a: Dual Intel Xeon E5-2620 @2.00GHz hex core CPU Passmark 8,242 x2 = 18,484 Total 12 cores Comes with 64GB RAM 1TB Sata drive x 2 configured with s/w RAID 1
My dilemma is getting the best off-the-shelf configuration for my SQL Server 2008 R2 64 bit Server.
Server options 1)
Dual Intel Xeon E5-2620 @2.00GHz hex core CPU Passmark 8,242 x2 = 18,484 Total 12 cores 64 GB RAM Max 4 drive bays
Pros: Dual Processor, 12 cores & 64GB RAM Cons: A bay size of 4 drives limits my RAID options and separate spindle options (OS, Temp DB, Data fiels and Tranlogs)
Disk Config Options: 1 x RAID 10 Everything on one logical drive 2 x RAID 1 Arrays 1 RAID 5 array (3 dives) plus 1 one disk dedicated to tranlogs with NO RAID
Server options 2)
Single Intel Xeon E3-1270 V2 @ 3.50GHz 4 Cores Total Max 32GB RAM Max 8 Drive Bays
CONS Limited to single processor and 32GBRAM
PROS: 8 Drive bays allows for optimized SQL config H/W RAID 1 (1TB Sata x2) OS & TempDB H/W RAID 1 (1TB Sata x2) Log Files H/W RAID 10 (1TB Sata x4) Data
Which of these 2 server would deliver the best SQL Server 2008 R2 64bit performance with a database intensive application (OLAP)?
Many thanks in advance for any advice.