Service Account security
noob2016
Posts: 22 Bronze 3
in SQL Backup
Our company's security team requires that the Service Account used to start SQL Server and SQL Server Agent services not a SYSADMIN on the server.
With SQL Backup, I get an error when the backup job runs with error code 880. I found https://documentation.red-gate.com/sbu7/errors-and-warnings/sql-backup-errors-500-5292
which states that the service account has to be sysadmin.
Anyone have a workaround / solution besides changing registry?
Thank you
Tagged:
Best Answer
-
petey2 Posts: 88 Silver 3Try assigning the 'db_owner' or 'db_backupoperator' role to the SQL Server Agent service startup account for that database and see if the backup works.SQL Backup - beyond compression
Answers