(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
- Click Log In in the Operation column.
- Enter the rdsuser password you set during instance creation and click Log In.
- Create a database named my_db.
- Click the database name and select a schema, for example, guest.
- Create a table named table1.
- Define table fields, including Column Name, Type, Nullable, and Primary Key, and click Create.
Check the created table.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.