I am new to database admin role and I have to configure backups for a new client.
I want an advice on how to handle below scenario. I want to configure a weekly full backup along with incremental transaction log backups running frequently. Lets say I do full backup every Sunday and incremental transaction log backup every 30 minutes and I get
TL1--> TL2--> TL3-->TL4--> {diskspace full auto backup could not complete successfully have to run backup DB command to finish the backup manually after freeing diskspace} -->TL6-->TL..
My problem and question here are that
Is there any way I can execute the backup command without breaking my auto backup chain of incremental logs. I am thinking to update the column
backup_finish_dateofmsdb.dbo.backupsetwith the time I execute the backup command, is it a viable option?Is supposed in my scenario a break did occur in my log backup chain , how can I restore normal flow