How to connect the MSSQL database via sql management studio?
1.First Create the database in the Plesk panel,follow the steps given below;
[1] Login to plesk panel
[2] Click on Domains.
[3] Click on Domain name for which you want to create the database.
[4] Click Databases tab
[5] Click on Add New Database
[6] Fill in the database creation form and click OK
2 Then Downlode and Install the Mssql management studio in your Local system
3. Then you can add ips instantly to access your database remotely through “AddSQLIP” option in the plesk panel. To add ip addresses, follow the steps given below;
[1] Login to your plesk control panel
[2] Click on the domain name you wish to add the ip for sql access from the subscriptions list
[3] Click on Websites and Domains option in your control panel
[4] Click on AddSQLIP button in the control panel
[5] Supply the IP Address and submit
Wait for 15-20 min to get your ip reflected in the firewall.
4. After whitelisting the IP address, you can able to connect the database by using below mentioned connection steps:
Mssql connection steps using management studio.
Server type : Database engine
Server name : server ip
Authentication : SQL server authentication
Login : database username
Password : database password
5. Click to connect