|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Yesterday @ 10:56 PM
Points: 9,
Visits: 58
|
|
| 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
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 2:00 AM
Points: 37,651,
Visits: 29,904
|
|
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 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 9:26 AM
Points: 8,
Visits: 165
|
|
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
|
|
|
|