...
Info |
---|
This article provides a very simple outline for restoring a database backup and assigning user rights using SQL Server Management Studio. There are different ways of restoring a database on a SQL instance, and considerations should be given to the location and sizing of data files and log files as well as disaster recovery and general SQL Server serrings. The below is not exhaustive documentation and is presented only for users unfamiliar with the restore process. |
Contents
Table of Contents | ||
---|---|---|
|
Overview
This article should only be used by those administrators unfamiliar with how to restore a database on a SQL Server instance. For recommendations around the configuration of SQL Server for a QEST Platform database, please see the SQL Server Configuration Recommendations article.
Prerequisites
In order to complete these steps, the following will be required:
An instance of MSSQL version 2008R2 or greater
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
...