Hi,I am not sure how would I explain, but here is what I am looking for. Suppose, I have a full backup job that runs daily say at 1p and then I have a log backup job that runs every 30 minutes. I know the fact that there won't be any issues if the schedules coincides and the log backup won't be able to clear out the log while the full backup executes. However, I need a script or a logic wherein I can avoid running log backup when full backup starts say at 11p and since the databases are fairly small, the overall execution completes in say 30 minutes by the time next log backup schedule kicks in, so basically I don't want log backup to coincide with the start time of Full backup. Is there a way to handle this?Regards,Feivel
↧