Thursday, June 12, 2014

SQL SERVER Error 3154 - The backup set holds a backup of a database other than the existing database

Using a script with replace to create the backup seems to help:
RESTORE DATABASE PACS
FROM DISK = 'abc.bat'

WITH REPLACE


 

No comments:

Post a Comment