C_TADM53_70 · Question #21
The following backups have been created for an SQL Server database in the corresponding chronological order (D<N> stands for a full database backup, L<N> for a transaction log backup, and +<N> for a…
The correct answer is A. D2 L7 L8 L9 L10 B. D1 +1 L3 L4 L5 L6 L7 L8 L9 L10. See the full explanation below for the reasoning.
Question
The following backups have been created for an SQL Server database in the corresponding chronological order (D<N> stands for a full database backup, L<N> for a transaction log backup, and +<N> for a differential backup):
D1 L1 L2 +1 L3 L4 +2 L5 L6 D2 L7 L8 +3 L9. After a disk crash, which results in the loss of at least one data file of this database, the database administrator backs up the current transaction log to create the backup L10. Which are the possible sequences for applying some of the backups to restore the database without any loss of data? (Choose two)
Options
- AD2 L7 L8 L9 L10
- BD1 +1 L3 L4 L5 L6 L7 L8 L9 L10
- CD2 +3 L9
- DD1 +2 L5 L6 +3 L9 L10
- ED1 +1 L3 L4 +2 L5 L6 L7 L8 L9 L10
How the community answered
(27 responses)- A78% (21)
- C4% (1)
- D4% (1)
- E15% (4)
Community Discussion
No community discussion yet for this question.