Friday, June 24, 2011

Database Restore, Error 3154

Error detalils:

Msg 3154, Level 16, State 4, Line 1
The backup set holds a backup of a database other than the existing 'dbName' database.
Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.

----------------------------------------------------------------
Solution:
RESTORE DATABASE dbName--AdventureWorks
FROM DISK = targeted location -- e.g. N'K:\june_24.bak'
WITH REPLACE

No comments:

Post a Comment