guymachine
IS-IT--Management
Hi,
How would i go about using a backup strategy combining full, differential and transaction logs to insure no loss of data at any time? My database is small (50MB).
This is the current option i am using:
- trunc. log on chkpt. = true
- every 2 hours a script forces a checkpoint
- every 2 hours (2 minutes after the checkpoint), a full backup is performed
- the backups for that day are sent to tape at night
Any suggestions or recommendation on this strategy or is there a better/simpler one?
thanks,
Guy
How would i go about using a backup strategy combining full, differential and transaction logs to insure no loss of data at any time? My database is small (50MB).
This is the current option i am using:
- trunc. log on chkpt. = true
- every 2 hours a script forces a checkpoint
- every 2 hours (2 minutes after the checkpoint), a full backup is performed
- the backups for that day are sent to tape at night
Any suggestions or recommendation on this strategy or is there a better/simpler one?
thanks,
Guy