How to manage a database hosted in Plesk using SQL Server Management Studio (SSMS) ?

  1. Download SQL Server Management Studio.
  2. Once the download is complete, run the setup file and follow the on-screen instructions to complete the installation.
  3. Connect to a SQL Server Instance:
  4. Open SQL Server Management Studio. You’ll be prompted to connect to a SQL Server instance.
  5. Enter the server’s IP address, for instance, 10.10.10.100,3307(port number)
  6. Select the SQL Server authentication method.
  7. Enter the login and password of a database user.

 

Was this article helpful?

Related Articles