Forum Discussion

TBrown2020's avatar
TBrown2020
Copper Contributor
Mar 04, 2020

Planning Maintenance Plans

Good Morning,

 

I'm thinking a trans-log backup isn't needed if the DB is backing up fulls daily. Is that right in some cases?

  • Hi, TBrown2020!

    Well, this is definitely an "it depends" answer since you don't specify the environment and the objective of the database but I'm willing to give it a try 🙂

     

    First of all, it all depends on the recovery model of the database. If it's Simple then probably you don't care much about the surviving a database failure since your last good full backup. In that case and only you can do away without a transaction log backup, in reality you can't even take a transaction log backup on that recovery model 🙂

     

    In case your database is either Full or Bulk-logged then you should probably take backup i.e. once a day, to clean up the transactions that have been checkpointed and to keep the log from growing till the next big bang. This also depends on how many transactions the database has per day or to put it simpler how fast the log is filling up.

    Of course, it all depends if we are talking about a production database of a customer then it comes down to the SLA for RPO.

     

    HTH,

    Vassilis

Share

Resources