|
|
|
|
How do we restore the backup on a fresh system? Back
If you start from a new installed system (os ,db reinstall), you can restore the database by following steps:
1 . Install SQL Server Backup on new system .
2 . Prepare your backup sets in a certain direcotry (a latest full backup and a latest differential backup set are enough ).
3 . Click "Action->Import ..." menu to import these backup sets .
4 . Make a restore job to restore your database .
**please note that
1 . you need not restore the system database to the new database (master , msdb , temp .etc).
2 . Before the database restore , Please DO NOT creat the database with the same name as the one to be restored.
|
|
|