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
FROM DISK = 'C:\BackupFileName.bak'
WITH REPLACE
Comments
Post a Comment