The steps given below will guide you on how to restore SQL Server database backup through with the help of SysTools SQL Server Recovery Manager.
Click on Browse and add the SQL backup (BAK) file.
Note: Choose the right version of your SQL Server BAK file. Selecting the wrong version may result in inconsistent behavior. If you are not certain about the version navigate to Multiple Backup Files Option and select Auto Detect backup files option.
Check Recover Deleted Objects option to recover the deleted components. Click OK.
Multiple Backup Files Options
The software provide two choices:
(1) Auto detect the SQL Server multiple backup (.bak) files.
(2) Let me choose the SQL Server multiple backup (.bak) files.
Using these options, user can select multiple SQL server backup files at a time.
Click Add File/Folder option to load multiple SQL Server Backup Files accordingly:
As soon as file recovery is initialized, the software will start scanning and loading the selected .bak file.
Complete details of the items recovered after scanning damaged SQL backup file will be at display. Click on the Close button to close the screen.
If you save your scanned file then on Yes otherwise click on NO.
Upon selection of the Export option, a window to customize the export process will appear with following options:
SQL Server Database: Export the recovered backup file into a preferred SQL Server database.
SQL Server Compatible SQL Scripts: Export the backup file into SQL Server compatible SQL Scripts i.e. *.sql.
CSV Script: Export the backup file into CSV file format i.e. *.csv.
Choose Server Name by clicking the drop down arrow and then select the Authentication mode. If you are using SQL Server Authentication then enter the Login Credential for the SQL Server.
Select Create New Database to export recovered data into a new database or choose Export to Existing Database option to overwrite the recovered on existing database.
Choose required database components and you can check the Recovered Deleted Objects box to export the deleted data.
An Export Complete window appear on the screen ensuring the successful export of the database. Click on OK.
Now, select the desired components and export with following options:
Export With Only Schema - This option lets you create only schemas for the selected Tables, Views, and Stored Procedures.
Export With Schema & Data - This option lets you export schemas as well as data for the table contents.
Free Download SQL Server Recovery Manager Tool Download Now