Vinny Gray
Vinny Gray

Reputation: 547

How do I execute SQL queries against a RDS SQL Server instance

I am a newbie to AWS, and frankly to DB administration. I just installed a SQL Server instance, and now I would like to create tables, execute queries, etc.

Are there any free tools I can use to administrate the DB, and execute ddl and dml against this instance, from my Windows EC2 instance?

Also, how do I get that from my EC2 instance?

Upvotes: 3

Views: 11804

Answers (1)

SQLChao
SQLChao

Reputation: 7847

You can use SQL Server Management Studio.

Here's the AWS Documentation on how to connect.

Upvotes: 1

Related Questions