BACKUP LOG cannot be performed because there is no current database backup (SQL Server)

You are getting below error message while performing a MSSQL database transaction log backup or database restoration.

BACKUP LOG cannot be performed because there is no current database backup

Solution

You must perform a full database backup before performing the log backup.

If you are executing a database restoration, you can go to Options page and deselect the Tail-Log backup option. Then, click OK to restart the restoration.

You May Also Like

Leave a Reply?