Which recovery model doesn't allow Log backups?
-
Full
-
Simple
-
Bulk-Logged
-
None of the above
B
Correct answer
Explanation
The Simple recovery model does not support log backups - it automatically truncates the transaction log and minimally logs most operations. Full and Bulk-Logged recovery models both support log backups to enable point-in-time recovery.