【单选题】You need to improve the speed of backups on SQL1. Management has approved the purchase of additional hard disks for this server. What should you do?()
A.
Configure the hard disks as a RAID-0 array, and store the backups on this new array.
B.
Configure the hard disks as a RAID-5 array, and store the backups on this new array.
C.
Configure the hard disks as a RAID-10 array, and store the backups on this new array.
D.
Configure the hard disks as a spanned volume, and store the backups on this new volume.
E.
Use the hard disks to extend the volume that currently holds SQL Server backups.
【多选题】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 poss...
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.