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