Comments
Sort by recent activity
I setup SQL backup with a domain user that I need to change. I cannot figure out where to change it. The SQL Backup Agent is running with the correct account - the Logon account for the service is correct. I have used the red gate stored proc to attempt to clear out original domain account I setup on install, but the scheduled backups continue to try to use the original domain account setup during installation. I ran this: EXEC master..sp_addextendedproc sqbsetlogin, 'xp_sqlbackup.dll' EXEC master..sqbsetlogin '', '' the sqsetlogin returns no results/affects no records. I tried to schedule a backup and it still tries to use the original domain account I setup during installation. Error with scheduled backups: the database principal 'domain\XXXX' does not exist, its corresponding server principal does not have server access, this type of database principal
cannot be impersonated, or you do not have permission.
[image]
/ comments
I setup SQL backup with a domain user that I need to change. I cannot figure out where to change it. The SQL Backup Agent is running with the correct account - the Logon account for the service is ...