How can I get backup to quit trying to copy a backup file to a network location when the file no longer exists. My exchange server is getting hammered with these messages.
I've run the following over and over
exec master..sqbdata 'DELETE FROM backupfiles_copylist WHERE status <> ''S '''
This does not eliminate the problem.
I've run the following over and over
exec master..sqbdata 'DELETE FROM backupfiles_copylist WHERE status <> ''S '''
This does not eliminate the problem.