Could you please turn on some SQL Server trace flags that will log additional information re. the backup process in the SQL Server error log i.e.
DBCC TRACEON(3605, 3004, 3014, 3213, -1)
Once the next backup job has completed after you turned on the trace flags, could you please send me the SQL Server error log, together with the SQL Backup backup log, so that I can check the sequence of events on both sides of the backup process? Please send the files to peter.yeoh@red-gate.com.
You can then turn off the trace flags i.e.
DBCC TRACEOFF(3605, 3004, 3014, 3213, -1)
DBCC TRACEON(3605, 3004, 3014, 3213, -1)
Once the next backup job has completed after you turned on the trace flags, could you please send me the SQL Server error log, together with the SQL Backup backup log, so that I can check the sequence of events on both sides of the backup process? Please send the files to peter.yeoh@red-gate.com.
You can then turn off the trace flags i.e.
DBCC TRACEOFF(3605, 3004, 3014, 3213, -1)