Where is the backup application log for SQL Server 2008?

Eon picture Eon · May 10, 2012 · Viewed 82.4k times · Source

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?

Answer

maSTAShuFu picture maSTAShuFu · May 10, 2012

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