SQL Server: Backup set holds a backup of a Database Other than the existing ...

From GUI if you find the above error, you can execute below command.

RESTORE DATABASE DataBaseName
FROM DISK = 'C:\BackupFileName.bak'
WITH REPLACE

Comments

Popular posts from this blog

Restoring Master, Model and MSDB from Netbackup

Oracle Job Operations