You are the administrator of a SQL Server 2000 computer. You have two new hard disks on which you will create a database named inventory. You want to insert, update, and delete data as quickly as possible. Which two actions should you take? (Each correct answer presents parts of the solution. Choose two)
A.
Configure the hard disks as two mirrored NTFS volumes.
B.
Configure the hard disks as one mirrored NTFS volumes.
C.
Configure the hard disks as two independent NTFS volumes.
D.
Configure the hard disks as one extended NTFS volume.
E.
Place inventory_data.mdf on the first volume and inventory_log.ldf on the second volume.
F.
Place inventory_data.mdf on the first volume and inventory_data2.ndf and inventory_log.ldf on the second volume.
G.
Place inventory_data.mdf and inventory_log.ldf on the same volume.