AWS RDS - Microsoft SQL Express Server - Cannot add users with permissions

0

I created a MS SQL Express server on my Amazon Web Services account. During this process I had to create a master username/password. With these credentials I'm able to create and see any database on the server, as well as other logins.

I created a separate login, but according to AWS documentation, it wont let me assign any of the following roles:

http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html The following server-level roles are not currently available in Amazon RDS:
bulkadmin dbcreator diskadmin securityadmin serveradmin sysadmin

How can I create separate user accounts on this database, with full access to the database? So far any new user created cannot create a DB or see any existing data.

demandé il y a 6 ans973 vues
2 réponses
0

You need to grant permissions to the user, not these server roles. For example, to allow a user to create databases you would grant them “Create Any Database”. You would also grant them database level permissions (or in some cases roles) on other databases you want them to access.

HalTemp
répondu il y a 6 ans
0

Does a connection to SQL Server get established? A user with admin privileges should be able to add users.

dvohra
répondu il y a 6 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions