My Veeam is having a hard time truncating SQL logs. When I'm looking at the job log I see the following:
failed to truncate transaction logs. Error: Code = 0x80040e14
8/29/2016 7:05:10 AM 2092 Code meaning = IDispatch error #3092
8/29/2016 7:05:10 AM 2092 Source = Microsoft OLE DB Provider for SQL Server
8/29/2016 7:05:10 AM 2092 Description = BACKUP detected corruption in the database log. Check the errorlog for more information.
8/29/2016 7:05:10 AM 2092 Code meaning = IDispatch error #3092
8/29/2016 7:05:10 AM 2092 Source = Microsoft OLE DB Provider for SQL Server
8/29/2016 7:05:10 AM 2092 Description = BACKUP detected corruption in the database log. Check the errorlog for more information.
failed to truncate transaction logs. Error: Code = 0x80040e14
8/29/2016 7:05:10 AM 2092 Code meaning = IDispatch error #3092
8/29/2016 7:05:10 AM 2092 Source = Microsoft OLE DB Provider for SQL Server
8/29/2016 7:05:10 AM 2092 Description = BACKUP detected corruption in the database log. Check the errorlog for more information.
It's on a SQL express 2012 instance.
I...