I need to check out why a database backup failed in one of our systems.
The log says the following:
BACKUP failed to complete the command BACKUP LOG XXXXXX. Check the backup application log for detailed messages.
I went into Windows event logs , checked the application logs, and guess what I have found for this specific error in those logs
BACKUP failed to complete the command BACKUP LOG XXXXXX. Check the backup application log for detailed messages.
Where is the actual backup application log stored at by default?
open SSMS and connect to the database go to MANAGEMENT > MAINTENANCE PLAN > pick your backup plan. > right click and view history.
or to MANAGEMENT > sql server logs.
directory location : c:\Program Files\Microsoft SQL Server\MSSQL.xx\MSSQL\LOG