Backup a SQL Database
Description of Issue
Need to take a manual backup of a SQL database
Context
- OnPrem
- SSMS (Sql Server Management Studio)
- Database Backups
Cause
Instructional
Resolution
You may take a manual backup of a SQL database within SSMS by:
- Connect to the SQL instance (Named or Default) that contains your database, using the SA user or Tylerservice User
- Right-click on the database you want to backup, then click Tasks then Back Up...
- On the General tab, The default selections under the Source section are usually acceptable
- Make sure Copy-Only backup is left unchecked
- Backup component should be Database
- Destination should back up to Disk
- Remove any pre-existing backup file paths from the white field at the bottom
- Click Add
- Browse to a desired destination location or use UNC pathing to name the backup and send it to a given location. Make sure the backup includes .bak file extension at the end.
- On the Media Options tab:
- Select Back up to the existing media set
- Select Overwrite all existing backup sets
- Select Verify Backup when finished
- Click OK on the bottom right of the window and the backup will begin. A message will appear to let you know when the backup is complete or if it has encountered any error.
Additional Information
Contact Tyler Systems Management Support or log a case via the Online Support Client Portal for additional support.