To connect to database on Plesk, download and install SQL Server Management Studio. Community version can be found on Microsoft website. Once installed, follow below steps to connect
- Open SQL Server Management Console
- A dialog box will appear asking for connection details(image below). If it doesn't, then you can click connect to server(highlighted in yellow). 
- Below are connection details:
- Server Type: Database Engine
- Server name:
 Plesk Server: (For users with https://plesk.valuehosted.com:8443/ as Plesk Admin Login)
 MSSQLSERVER2017: plesk.valuehosted.com
 MSSQLSERVER2019: plesk.valuehosted.com,1434
 Plesk Bravo Server: (For users with https://bravo-plesk.valuehosted.com:8443 as Plesk Admin Login)
 MSSQLSERVER2017: bravo-plesk.valuehosted.com
 MSSQLSERVER2019: bravo-plesk.valuehosted.com,1434
 MSSQLSERVER2022: bravo-plesk.valuehosted.com,1432
- Authentication: SQL Server Authentication
- Login: Your database user username
- Password Your database user password
 
- Click connect, you should now be able to access your database.
