Veeam Certified Engineer (VMCE) v9 — Question 52
Which requirements must be met in order to perform transaction log backups for a database on a Microsoft SQL Server with Veeam Backup & Replication?
(Choose the 2 appropriate options)
Answer options
- A. The recovery model for the database must be set to Simple.
- B. The recovery model for the database must be set to Full or Bulk-Logged.
- C. No other backup tool truncates the SQL server’s log files.
- D. The database must have its log flies on a separate VMDK.
Correct answer: B, C
Explanation
The correct options are B and C because a Full or Bulk-Logged recovery model is necessary for transaction log backups, allowing for point-in-time recovery. Option A is incorrect as the Simple recovery model does not support transaction log backups, and option D is irrelevant to the requirement for performing these backups.