Restoring database backup files
After extracting the backup ZIP files from the source server, you need to restore the database backup files.
To restore the database backup files
- Open Microsoft SQL Server Management Studio.
- In the Connect to Server window, select <Browse for more…> at the Server name field.
- In the Browse for Servers window, expand the Database Engine option, select the new SOURCEDB database instance you created (this is the second SQL Server instance), and click .
Note: Take note of the names for both SQL Server instances because you will enter the names when running the Parallel Migration Wizard.
- In the Connect to Server window, enter the following fields:
- Select SQL Server Authentication at the Authentication field.
- Enter sa at the Login field.
- Enter the password you created for the new SQL Server database instance.
- Select the Trust server certificate check box if it appears (the check box appears depending on the version of Microsoft SQL Server Management Studio you're using).
- Click .
- In Microsoft SQL Server Management Studio, in the Object Explorer, right-click Databases and select Restore Database.
- In the Restore Database window, select the Device: option and click the ellipsis (…) button.
- In the Select backup devices window, click .
- In the Backup File window, select MAS_SYSTEM.bak and click .
- In the Select backup devices window, click .
- Click from Select a page.
- In the Restore database files as section, click the Relocate all files to folder check box.
- In the Restore Database window, click to start restoring the database file.
- At the message that the database has been successfully restored, click . The restored database appears in the Object Explorer.
- Repeat steps 7–15 to restore each database file from the source server.
- In the Object Explorer, disconnect from the database instance and then close SQL Server Management Studio.
After completing the steps above, see Running the Parallel Migration Wizard.