Backing up and Restoring SQL Server Database

Backing up and Restoring SQL Server Database

To backup SQL Server database open its properties screen:

and then click “Backup” button:

Specify backup name and select preferred method for storing backup. You could download it immediately or copy to some folder within your hosting space.

Control panel produces SQL Server backups in BAK format. Resulting file could be very large (it depends on actual size of database and its transaction log), but you have an option to compress it by ticking “ZIP Backup” option.

To restore SQL Server database click “Restore” button on database properties screen:

Click “Browse...” button to select backup file from your local file system or tick “Hosting Space File” option and then pick backup file from hosting space file system.

Click “Restore” to finish restoration wizard.

To reduce the size of SQL Server database data and log files, you can truncate database files. To truncate database files click “Truncate Files” button on database properties screen.

  • 27 Users Found This Useful
Was this answer helpful?

Related Articles

Backing up and restoring Hosting Space

Backing up and Restoring Hosting Space Open “Hosting Space home” page. Control...

Changing Account Details

Changing Account Details Open “User account home page”. To change account details...

Changing Account Password

Changing Account Password Open “User account home page”. In order to change your...

Configuring Custom Error Pages

Configuring Custom Error Pages “Custom Errors” tab of web site properties allows you...

Configuring Custom HTTP Headers

Configuring Custom HTTP Headers “Headers” tab of web site properties allows you to...