Sql Server 2005, restore?

Man of Honour
Joined
11 Mar 2004
Posts
76,637
I'm trying to restore a database. I think it was made on sql server 2000

I'm getting the following error?
6747_Untitled.jpg


Anyone, know what it means
 
Create a new database with the same name, and just leave it blank.

Then restore the database from the .bak, telling it to 'overwrite the existing database' in the options.

That works for me
 
When you select a .BAK file to restore a database from it will have the path of the original database. Make sure you change the path to match that of the new database you have created.

EDIT: Actually looking at the error again it does look like he has not ticked the option to overwrite the existing database.

TrUz
 
Last edited:
Back
Top Bottom