September 30, 2012 at 1:13 am
i have 2 db whose t-log backups occurs everyhour. but everyweekend the log file fills...needs to to be shrunk to create space to avoid further probelms.any suggestions on how to avoid getting these low space alert
September 30, 2012 at 3:18 am
Add more drive space. Something that runs over the weekend clearly needs extra log space (probably index rebuilds), so shrinking is not going to help you at all, it just means the log re-grows the next weekend
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 1, 2012 at 5:29 am
You could schedule more frequent TLOG backups during the time the job is running and that may help you out. There is always an "it depends" disclaimer with SQL but try it out. Ultimately you will need to add space... Listen to Gail.
Thanks,
b. hedge
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply