Rate this article :
5/5 | 1 opinion
This article was useful to you ?
Yes
No
Vous avez noté 0 étoile(s)
Sommaire
Procédure
Service concerned: Windows ASP shared hosting
Concerned panel: Plesk
Level: intermediate
This guide explains how to transfer a Microsoft SQL Server database in both directions: from your Plesk hosting to another SQL Server, or from a SQL Server to Plesk.
SQL Server Management Studio, also known as SSMS, is used to create or restore the backup file used for the transfer. This procedure is based on the SSMS 22 interface and remains valid for its 22.x updates. Microsoft recommends using the latest available update.
To follow this procedure, you must have:
SSMS is an administration tool. Installing it does not automatically create a SQL Server. You must also have a SQL Server instance to connect to.
LWS Windows hosting currently uses Microsoft SQL Server 2019.
A backup created with SQL Server 2022, SQL Server 2025, or another newer version cannot be restored directly on LWS's SQL Server 2019 server. [ADDRESS] version of SSMS used does not change [PERSON_NAME]>
Before replacing an existing database, create a recent backup of its contents. In Plesk, the [PERSON_NAME]> option deletes the current database before restoring the backup.



Plesk creates a ZIP archive containing the database backup, [PERSON_NAME] computer.
.bak to the end of its name.For example:
ma-base-sauvegarde becomes ma-base-sauvegarde.bak
Do not directly rename the ZIP archive to .bak. You must first extract the archive, then rename only the file it contains if it has no extension.
… button..bak file extracted from the Plesk archive.If a database with that name already exists, use another name so as not to overwrite its contents.
[ADDRESS] menus correspond to the restore procedure documented for the current SSMS interface.
When SSMS is connected to a SQL Server instance installed on another computer, the selection window displays the files accessible by that SQL Server. The .bak file must therefore be placed in a folder accessible by the remote instance.
Use a [PERSON_NAME] ending with .bak, for example:
ma-base.bak
The file is created on the computer hosting the SQL Server instance. [PERSON_NAME] remote, the file will not necessarily be saved on the computer from which you are using SSMS.
Before importing, make sure the backup was created with SQL Server 2019 or an earlier compatible version.
.bak file created with SSMS.For example:
ma-base.bak must be inside ma-base.zip
The destination database must already exist. [PERSON_NAME], create a new SQL Server database before continuing.
.bak file.Plesk accepts the upload of a ZIP archive containing the backup file. The source database and destination database must use the same database engine.
In Object Explorer:
The transfer is complete when the database [PERSON_NAME], its tables are accessible, and your site or application can connect to it.
Make sure you have:
.bak extension to the extracted file if it had none;If your SQL Server instance is remote, the file must be placed on the remote server or in a network location accessible from it.
[ADDRESS] backup was probably created with a newer SQL Server version than that of the destination server.
A SQL Server 2022 or 2025 backup cannot be restored directly on SQL Server 2019. You must then transfer the structure and data using compatible scripts instead of directly using the .bak file.
Check:
.bak backup file;Current limits vary depending on the Plesk plan: the maximum database size ranges from 50 [ADDRESS] to 750 MB.
After the transfer, check the connection settings saved in your site:
The credentials used on the original server are not [PERSON_NAME] those of the database created in Plesk.
Rate this article :
5/5 | 1 opinion
This article was useful to you ?
Yes
No
1mn reading
How do I create a database in Plesk?
0mn reading
How do I create an ODBC link in Plesk?
3mn reading
How do I export a database to Plesk?
6mn reading
How do I install [PERSON_NAME] ?