Hi,
In my humble opinion, and based on the fact you have numerous hard disks/disk arrays for partitioning, the best partitioning scheme for MS-SQL is the following:
Moreover, separate disks allow optimized I/O thus increase performance.
What is your opinion on the case?
In my humble opinion, and based on the fact you have numerous hard disks/disk arrays for partitioning, the best partitioning scheme for MS-SQL is the following:
- One partition for OS (C)
- One partition for the SYS_DB (D)
- One partition for the DB files (E)
- One partition for the DB_LOG files (F)
- One partition for the TEMP_DB files (G)
- One partition for the TEMP_LOG_DB files (H)
Moreover, separate disks allow optimized I/O thus increase performance.
What is your opinion on the case?