This article will guide you on how to connect to MS SQL Server 2012 from SQL Server Management Studio. You can obtain login details from the client area under the title "MSSQL Server Details".
1. Go to Search -> Type "Management Studio" OR Go to Run -> Type SSMS and Hit Enter.
2. You will see SQL Server Management Studio Window. Enter the following details in that window:
- Server type: Database Engine
- Server name: VPS_IP_address, 1533
- Authentication: SQL Server Authentication
- Login: sa
- Password: Password provided in login details.
- Click on Connect.
3. You are now connected to MS SQL Server 2012.
Note: Replace your VPS IP address with VPS_IP_address in the server name field.
Read More: