Hi all,
I have noticed that my Transaction Log Backup Job fails frequently (once or twice a day, every day). In the SQL Server error log I find the following errors:
Command failed: BACKUP LOG is terminating abnormally. (50000)
Error: 50000, Severity: 16, State: 1.
BACKUP failed to complete the command BACKUP LOG DatabaseX. Check the backup application log for detailed messages.
Error: 3041, Severity: 16, State: 1.
These errors come at random times and I cannot find any relevant events on the Application and Server Event Log from my DB Server nor my Backup Server.
I also have other DB Instances running Transaction Log Backups at around the same time and using the same Backup Server.
Has anyone experienced something similar?
What else should I be looking at? SQL Server Log + Application Log + Server Log weren't a big help....
Thanks!