Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

In general, how would you design the drive layout for a SQL Server?

Nice?Vote!

1 Answer

Nice?Vote!
*  Setup RAID arrays for the following sub systems:
        * Windows and System Databases (Master, Model, MSDB TempDB)
        * User Defined Databases
                * Database File groups
                        * Primary
                        * Indexes
                        * Data - Read\Write
                        * Data - Read-only
                        * Data - Specific tables
        * Database Transaction Logs
        * Backups
        * Full Text Catalogs
        * Batch Processing
answered 1 year ago by R (19,530 points)

Related questions