1 Answer
- Newest
- Most votes
- Most comments
0
In RDS SQL Server to change server configuration options you would use a custom parameter group.
Here is a documentation page that explains that into detail.
answered 3 years ago
Relevant content
asked 5 months ago

Thanks for the respond, can you check this? https://stackoverflow.com/questions/70749675/admin-user-cant-enable-contained-database-sql-server
The stackoverflow answer is correct. While you cannot get sysadmin privileges on RDS, you can change server configuration like 'contained database authentication' through parameters. Please refer to the documentation page above.