Practice Questions—Backup Strategies

Test your knowledge about SQL Server's backup process.

Michael D. Reilly

September 11, 2000

1 Min Read
ITPro Today logo

1. Suppose you have a very large database to back up and the nightly full backups to tape are threatening to exceed your backup window and spill over into working hours. Which of the following strategies could you use to speed up the backups? Select all correct answers.

  1. Perform a full backup on the weekend and differential backups during the week.

  2. Perform a full backup on the weekend, and during the week, back up only the tables with many changes.

  3. Perform a full backup on the weekend and filegroup backups during the week.

  4. Back up to disk files instead of to tape, then use the Windows NT or other backup software to move the backup files to tape.

2. Which of the following strategies can speed up a database backup? Select all correct answers.

  1. Back up to multiple devices by using SQL Server's striping capability.

  2. Back up to an NT striped disk set, built by using RAID 5 in your software.

  3. Put the database data files on a RAID array.

  4. Spread the transaction log across multiple files on separate disks.

3. Which of the following devices can you use for a SQL Server backup? Select all correct answers.

  1. Local hard disk

  2. Remote hard disk

  3. Local tape drive

  4. Remote tape drive

  5. DVD-RAM drive

  6. CD-RW (read-write erasable) drive

  7. ZIP drive

  8. JAZ drive

4. You try to back up the transaction log for a database, but the option to back up the log isn't available in Enterprise Manager. What could be the problem? Select all correct answers.

  1. The transaction log has no entries because no one is working on the database.

  2. You haven't run a full backup yet.

  3. The database has the truncate log on checkpoint option set.

  4. No devices are defined for the log backup.

  5. You've recently performed a nonlogged operation.

  6. You've performed a differential backup since the last full backup.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like