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 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

How to create MSAccess Database DSN in Plesk Control Panel?

To Create DSN for MSAccess Database do following steps. 1. Access your control panel 2. Click on...

Disable Directory Browsing or Listing in PLESK

Directory listing will be disabled. Step 1:Login to Plesk Step 2:Goto Domains -> Domain Name...

Steps to create MSSQL database and rates of extra MSSQL database

We provide MSSQL database in our Business Windows and upper windows hosting plans.You can create...

I got 500 Error when viewing my Site ?

This normally happens because you turn on the Friendly Error on your IE. By default, IE always...

PHP send mail with SMTP Authentication

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