I’m currently trying to restore my database.
The step I follow is the executing the query
Restore Database vaio
from disk = 'C:\Users\DB101209123928_Diff_20120312.bak'
with replace;
But I’m getting the following error.
Msg 3154, Level 16, State 4, Line 1
The backup set holds a backup of a database other than the existing ‘vaio’ database.
Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
The error says that there is no database named
vaioin your restore file.There is not much to help here. Make sure you have the correct restore file