DP-300 · Question #252
Drag and Drop Question You have a database named db1. The log for db1 contains the following entry. You need to ensure that db1 can process transactions. Which three actions should you perform in sequ
The correct answer is Remove db1 from the availability group.; Back up the transaction log file.; Add db1 back to the availability group.. When a database in an Always On Availability Group has a transaction log that cannot be backed up normally (typically shown by a log_reuse_wait_desc of 'AVAILABILITY_REPLICA'), you must first remove the database from the availability group to break the synchronization dependency,
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- Remove db1 from the availability group.
- Back up the transaction log file.
- Add db1 back to the availability group.
Explanation
When a database in an Always On Availability Group has a transaction log that cannot be backed up normally (typically shown by a log_reuse_wait_desc of 'AVAILABILITY_REPLICA'), you must first remove the database from the availability group to break the synchronization dependency, then back up the transaction log to truncate it and free space, and finally re-add the database to the availability group to restore high availability. This sequence resolves the log space issue while maintaining data integrity and restoring the AG configuration.
Topics
Community Discussion
No community discussion yet for this question.

