Docs
udb-sqlserver
Quick Start
Log in Access

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.

  1. 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

  2. Start the Microsoft SQL Server Management Studio client on the UHost cloud host.

  3. Select Connect > Database Engine.

  4. 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:

ParameterDescription
Server TypeSelect Database Engine.
Server NameEnter 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.
AuthenticationSelect SQL Server Authentication.
UsernameThe account name of the UDB SQL Server instance (admin).
PasswordThe password of the UDB SQL Server instance account (password set when creating a new UDB SQL Server instance).
  1. Click Connect to connect to the instance.