Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Applies to All
...
In order to complete these steps, the following will be required:
An instance of MSSQL version 2008R2 or greaterA compatible instance of SQL Server is required. For detailed recommendations, please refer to our SQL Server Recommendations.
The database backup file
The QEST Platform database backup will likely be named QESTLab_MMDDYYY.bak
The Hive Publishing database backup will likely be named HivePublish_MMDDYYYY.bak
Restoring a Database on Microsoft SQL Server
Open up SQL Server, enter the Server (SQL instance) name and Authentication information. Then Connect.
Create a new Database with the following information:
Database Name:
QESTLab for QEST Platform databases
Hive_Publish for Hive publishing databases
Info |
---|
When restoring databases for development or testing environments it is good practice to add a suffix to the database name to identify the environment (e.g. QESTLab_Test) |
...
9. After the database has been restored, users will need to be granted the necessary access, please refer to Granting Access to the QEST Platform Database for more details on this step
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...