One of the databases that I've taken over monitoring is set to full recovery mode but there is no plan to have the transaction log backed up. Naturally this has caused the log file to grow to a fairly large size. I understand that when running in full recovery mode you want to do a transaction log backup to clear your log files but I'm concerned about any backup failures.
I just want to confirm if my log file will be cleared if the backup fails.
Technically its the next checkpoint following a log backup that clears the log - it usually follows so quickly that it appears to be the log backup that clears the log. So if the log backup fails, the checkpoint can't clear the log.
Thanks
The question in the subject is different than the question in the body text, and the answers are opposite.
"If my transaction log backup fails will it still clear my log file?" - No.
"Is the log file only cleared after it has been successfully backed up?" - Yes.