Home Forums SQL Server 7,2000 Backups Backup Log cannot be performed because there is no current database backup RE: Backup Log cannot be performed because there is no current database backup

  • GilaMonster (4/5/2013)


    Check the SQL error log. Are you seeing recovery model changes? Do you have any other scheduled jobs that do anything to the log (including truncate it)? Do you have any 3rd party backup tools running against this database?

    What version, since it's clear now that it's not a SQL 2000 database?

    I viewed the error log and this is what I saw:

    2013-04-05 09:39:45.75 Backup BACKUP failed to complete the command BACKUP DATABASE MSNDirectPay. Check the backup application log for detailed messages.

    There aren't any other jobs running that have anything to do with the log files. This is on SQL Server 2005.