Hello
Looking for a little advise regarding SQL 2014 disk configuration. I have set up the following drives/VMDK ->
Array1 - 4x146GB RAID 10 (1 x VMDK @ 200GB)
Array2 - 4x300GB RAID 10 (4 x VMDK @ 200GB, 150GB, 50GB and 50GB)
Was intending to separate data/logs etc as below ->
OS/Pagefile/Application - Array1 - 200GB (C:)
Data Root Directory/System Database Directory/User Database Directory - Array2 - 200GB (E:)
TempDB - Array2 - 50GB (F:)
TempDB Logs/User Database Logs - Array2 - 50GB (G:)
Backup Directory - Array2 - 150GB (H:)
This is for a 110 user SQL server that hosts an ERP system on VMWare with 4 cores and 32GB RAM.
Does this layout look appropriate or is there anything you would change?
Also, are the TempDB and User Database Logs the Transaction Logs?
Thanks in Advance