Comments
3 comments
-
Error code 880 indicates that the user does not have rights to back up the database. Does the owner of the job have the necessary rights?
-
only one db has this problem on that server
-
Try backing up that database using SQL Backup:
- start SQL Server Management Studio
- log on to SQL Server using the same user account as the owner of the backup job that failed
- back up that database using SQL Backup e.g.EXEC master..sqlbackup '-sql "BACKUP DATABASE [...] TO DISK = [...]"'
Add comment
Please sign in to leave a comment.
SQL Backup failed with exit code: 880 SQL error code: 942 [SQLSTATE 42000] (Error 50000). The step failed.