1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
Of the permissions he's trying to grant, probably the 'backup' one is causing the error. This is because native backups on RDS for SQL Server are done a bit differently, the user needs to call a specific Stored Procedure that will take care of the backup, instead of running the "BACKUP DATABASE" command.
There's a quick article about the steps to do a native backup here: https://repost.aws/knowledge-center/native-backup-rds-sql-server
Relevant content
- asked 2 years ago
