Use this procedure if you want to restore a backup to a different database
on the same server or to a database on a different server.
- Right-click on the database you want to restore the backup to.
- Select "All Tasks" > "Restore Database...".
- If you want to create a new database using the backup, type in the new
database name in the "Restore as database" dropdown, otherwise select the
database you want to overwrite and restore the backup to.
- Select to restore "From Device".
- Click "Select Devices", the "Add...".
- Choose "Filename" and then browse for your backup file.
- Click "OK".
- Click "OK" again to return to the "Restore database" window.
- Click on the "Options" tab.
- If you are overwriting an existing database, check "Force restore over
existing database.".
- In the "Move to physical file name" column, rename the old database name
with your new database name.
- You must rename the data and log files if the database you are
restoring from still exists on the same server. In this case you are
making a copy of your database.
- Data and Log files should be named: <your database name>_Data.MDF and
<your database name>_Log.LDF respectively.
- Click "OK" and the restore operation should complete.
Last Modified:
1/15/2003 12:00:00 AM