Hi, I'm having difficulty in
SQLBackupAndFTP differrencial schedule backup,
full backup always does normally, but when trying to backup Differential returns the following error.
BACKUP DATABASE is terminating abnormally.
12/29/2011 11:00:37 AM Contacts to Creating backup of C: \ Windows \ TEMP (differential)
12/29/2011 11:00:37 AM ERROR: Backup of Contacts failed: Can not perform a
differential backup for database "Contacts", because a current
database backup does not exist. Perform a full
database backup by reissuing BACKUP DATABASE, omitting the WITH DIFFERENTIAL option.
This is an example and it happens to all databases that are on the server.
How to solve this problem? I've tried to do the
full backup and Differential run, but always gives error.
My routine is as follows:
A
full backup every day always 22hs
Differrencial a backup every 1 h
Thanks