We run a rebuild of indexes of our 50+ GB database every Sunday morning at 6:00AM. If we perform a transaction log backup after this rebuilding of indexes we end up with a HUGE transaction log backup. So, I am thinking that maybe the best thing to do would be to perform a BACKUP LOG with INIT right after the rebuilding of indexes job runs because then the transaction log backup would be cleaned out and we would now have a reasonable-sized transaction log backup as a result. Also, we perform a full backup of this database the previous night but, the issue could be, what if the full backup fails the night before and I have now gotten rid of our transaction log backup.
I am wondering if anyone out there has a similar issue with performing a tlog backup right after the rebuilding of indexes job runs. How and when do you fit the rebuilding of indexes into your backup strategy?
Thanks,
Bessebo
I am wondering if anyone out there has a similar issue with performing a tlog backup right after the rebuilding of indexes job runs. How and when do you fit the rebuilding of indexes into your backup strategy?
Thanks,
Bessebo