Database Backup Creation
While logged into the Energy Force database server:
- Select Start in the lower left corner of the screen.
- Locate and expand the Microsoft SQL Server Tools folder.
- Choose Microsoft SQL Management Studio.
- Log in using the appropriate credentials and select Connect.
- Once connected, expand the Databases folder in the Object Explorer panel on the left of the screen.
- Locate the database to back up, right-click, and select Tasks.
- Select Back Up from the menu. The Back Up Database screen will appear.
- In the Source section:
- Verify the proper database is listed to the right of the Database label.
- Ensure the Backup Type is listed as Full.
- Ensure the Backup Component is set to Database.
- In the Destination section, verify Back up to is listed as Disk.
- Select Add.
- Select in the File Name field. Arrow to the right until at the end of the listed path.
- Keep record of where this file will be located.
- Add the file name for the backup file to the end of the path (Ex. Frontier.bak).
Note: Make sure the file name extension displays .bak or the backup will not generate properly. - Select OK. The full path and file name will be listed on the Back Up Database window.
- Take note of the path where the .bak file has been generated.
- Once the backup has been created, a message will appear stating The back up of Database Name has completed successfully.
- Select OK. The Backup Database window will close.
- It is recommended that a copy of the backup be stored on a different server to preserve data should the SQL DB server encounter an issue.