Help Center/ Relational Database Service_RDS for SQL Server/ Getting Started/ (Recommended) Connecting to an RDS for SQL Server Instance Through DAS
Updated on 2025-09-09 GMT+08:00

(Recommended) Connecting to an RDS for SQL Server Instance Through DAS

Data Admin Service (DAS) enables you to connect to and manage DB instances with ease on a web-based console. The permissions required for connecting to DB instances through DAS are enabled by default. Using DAS to connect to your DB instance is recommended, which is more secure and convenient.

Procedure

  1. Click Log In in the Operation column.
    Figure 1 Instances
  2. Enter the rdsuser password you set during instance creation and click Log In.
    Figure 2 Instance login
  3. Create a database named my_db.
    Figure 3 Creating a database
  4. Click the database name and select a schema, for example, guest.
    Figure 4 Switching to the database
  5. Create a table named table1.
    Figure 5 Table information
  6. Define table fields, including Column Name, Type, Nullable, and Primary Key, and click Create.
    Figure 6 Inserting data

    Check the created table.

    Figure 7 Table successfully created