Setup transaction log backup of all databases on sql server every hour.
3:00 am transation log backup job fails. Then Success at 4:00 am,5:00 am ,6:00 am, 7:00 am...
I check job history of 3:00 am failure and find following message:
[SQLSTATE 01000] (Message 4035) Transaction (Process ID 361) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. [SQLSTATE 40001] (Error 1205) Could not insert a backup or restore history/detail record in the msdb database. This may indicate a problem with the msdb database. The backup/restore operation was still successful. [SQLSTATE 42000] (Error 3009) BACKUP LOG successfully processed 1 pages in 0.003 seconds (1.790 MB/sec). [SQLSTATE 01000] (Error 3014). The step failed.
What's happened? How to troubeshoot/fix this issue? I have no idea here.