Question
How to add a new instance of existing MS SQL Server to Plesk? For example, a second instance of SQL Server 2012 in addition to already existing one.
Answer
Note: To add an existing MS SQL database server instance to Plesk , please refer to the appropriate article.
-
Download and run an installer of appropriate SQL server version from Microsoft website, for example, SQL Server® 2012 Service Pack 3 (SP3) Express, which is installed with Plesk by default.
-
Proceed with the steps of installation:
2.1. Click New SQL Server stand-alone installation or add features to an existing installation.
2.2. In the new windows choose the option Perform a new installation of SQL Server 2012.
2.3. During installation process, choose the following options:
-
the name of a new instance (for example, NEWINSTANCE)
-
Authentication Mode: Mixed Mode and the password for system administrator user (sa).
-
Other options can be left as default.
2.4. Complete the installation of the new instance.
-
-
Open SQL Server Configuration Manager > expand SQL Server Network Configuration > select the database server instance name and enable the following options:
-
Named Pipes
-
TCP/IP
-
-
Restart the service SQL Server (NEWINSTANCE) service at SQL Server Services.
-
Log in to Plesk and go to Tools & Settings > Database Servers and click Add Database Server.
-
Type in the following information:
-
Database server type: MS SQL
-
Host name or IP address: .NEWINSTANCE
- "." is required before a host name
- The correct host name is a name of the new instance from Step 2
-
Administrator's username: sa
-
Administrator's password: the password from step 2.3
-
-
Click OK.