Restore SOHODOX DBs using SQL Server Management Studio
To restore the DBs using SQL Server Management Studio follow the steps below:
- Open 'SQL Server 2014 (or any) Management Studio'.
- On the 'Connect to Server' window, change 'Authentication' to 'SQL Server Authentication'.
- Please enter your MS SQL credentials in the login box.

- Click Connect.
- In the 'Object Explorer' at the left of the screen, right-click 'Databases' and select 'Restore Database...'
- Choose 'Device' under the 'Source' section and click on the [...] button.
- On the 'Select Backup Devices' window, click on 'Add'.
- Select the DB you want to restore and click OK. (SQL Backup DBs are usually stored in the 'C:\Program Files\Microsoft SQL Server\MSSQL12.SDXSQLEXPRESS\MSSQL\Backup' folder)
- Click on the 'Verify Backup Media' button at the bottom of the window.
- You should be able to see the confirmation message 'Backup media verified successfully' at the top of the screen.
- Now, go to the 'Files' section under the 'Select a Page' section at the left of the screen.
- Check the option 'Relocate all files to folder'.
- Now, go to the 'Options' section under the 'Select a Page' section at the left of the screen.
- Under the 'Restore options' check the option 'Overwrite the existing database (WITH REPLACE)'
- Click on OK.
- The 'Microsoft SQL Server Management Studio' window will pop up saying 'Database restored successfully'.
(Please follow the same steps for all the DBs you want to restore)