How to take backup & restore MS SQL database in PLESK ?

Through Parallels Plesk Panel, you can back up and restore the databases


To back up MS SQL database:

- Go to Domains > domain name > Backup Manager -> Database Backup Repository
- Select a check box corresponding to the database you want to back up and click Back Up.
- Specify the name of the backup file and click OK.

To restore MS SQL database

- Go to Domains > domain name > Backup Manager > Database Backup Repository, select the required backup file from the list and click Restore Selected.
-If you do not have the backup file on your server, you can upload the backup file to the server repository from your local PC.
- Confirm the restoration by selecting the corresponding check box and click OK.

  • 27 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

How to forward Email in Plesk panel?

Do yo want to forward your email to another email account? You can do this but for that you have...

Mailenable Component - Mail Code

Mailenable Component - Mail Code <%@ Language=VBScript %> <% Dim oMail Set oMail =...

MS SQL Server 2005 connection String

MS SQL server 2005 & 2008 connection string : ------------------------------------------...

How to create Addon domain in plesk?

If you have a hosting plan in which you can host more than single domain but you don't know the...

PHP send mail with SMTP Authentication

<?php require_once "Mail.php";   $from = "XXXXXX@yourDOMAIN.com"; $to =...