The instructions in this procedure apply to SQL Server 2014.
The following section explains how to restore a backed up Smart Instrumentation database on the target server.
-
Run MS SQL Server Management Studio on the source server and log on as the System Administrator.
-
In the Restore Database dialog select Device and then select the Ellipses button.
-
In the Select Backup Device dialog, check that File is the selected Backup Media Type. The Backup Media Type by default is File.
-
Select Add and navigate to and select the required backup (,bak) file.
-
Select OK to return to the Restore Database dialog.
-
You can change the database name if you want.
-
You can relocate database files, if required, from the files section.
-
-
Select OK.
-
You must have SQL Server installed on your target server with the same character set and sort order as on the source server.
-
Make sure that you have enough disk space for each data file. To improve the restore performance, create the Indexes, Data, and Log files on different physical disks if possible.
-