Can you give me a example of a backup strategy using a full backup and
transaction log backups? I am a little confused by when to truncate the
transaction log. As an example:
midnight: full backup
6AM: transacation log backup
noon: transaction log backup
6PM: transaction log backup
When should I truncate the transaction log if I want to do a point in time
restore? I know that when I have a db failure, I would backup the
transaction log without truncting the transaction log.
> You cannot perform a transaction log backup after a truncate log dump
UNLESS
> you do a database dump after the truncate log dump. If anything, do a
> database dump once a day, then transaction log dumps as frequently as you
> like during the day. Don't truncate unless you have to. Increasing
> frequency of transaction log dumps will normally do the same thing.
> > Hello all! Sorry for my ignorance here, but I probably have a stupid
> > question. I am using HP Omniback to backup SQL 7.0 on an NT cluster. I
> am
> > implementing full backups at midnight and transaction log backups every
6
> > hours. There is an option in Omniback where I can truncate the
> transaction
> > log after a full backup. If I do this, will I be able to utilize my
> > transaction logs to do a point in time restore? I have not found
> > documentation on this, but when you use to do a full database backup
using
> > SQL Enterprise manager, does it truncate the transaction log by default?
> > Thanks in advance,
> > Travis