Reputation: 547
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
Reputation: 7847
You can use SQL Server Management Studio.
Here's the AWS Documentation on how to connect.
Upvotes: 1