Reputation: 4226
I've started RDS SQL Server. At that moment a master user was created as well. I can connect to my SQL server with SQL management studio. The question is why doesn't my user have sysadmin
role?
Upvotes: 1
Views: 1757
Reputation: 46879
Its one of the tradeoffs when using SQL Server on RDS, you don't get complete administrator-level access to the server.
This page tells you the restrictions you will have:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html
Upvotes: 5