Search code examples
sql-serveramazon-web-servicesrds

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?


Solution

  • You can use SQL Server Management Studio.

    Here's the AWS Documentation on how to connect.