Login Access
Connect to the UDB SQL Server instance via a client. Here, for instance, we show how to connect to a UDB SQL Server instance with Microsoft SQL Server Management Studio (SSMS) client.
-
Download the SQL Server management tool Microsoft SQL Server Management Studio (SSMS) Client, click the download link: http://udb-files.cn-bj.ufileos.com/setups/SSMS-Setup-CHS.exe
-
Start the Microsoft SQL Server Management Studio client on the UHost cloud host.
-
Select Connect > Database Engine.
-
Enter login information in the pop-up Connect to Server dialog box, and connect and login to SQL Server with IP, port, username, and password.
Explanation of client-related parameters:
Parameter | Description |
---|---|
Server Type | Select Database Engine. |
Server Name | Enter the IP address and port number of the UDB SQL Server instance, separated by a comma in English, e.g., 10.12.12.12,1433. |
Authentication | Select SQL Server Authentication. |
Username | The account name of the UDB SQL Server instance (admin). |
Password | The password of the UDB SQL Server instance account (password set when creating a new UDB SQL Server instance). |
- Click Connect to connect to the instance.