TLOGS

  • So I have inherited a system that is being backed up with ola.hallengren suggested ways, however when I started here there are some of the databases that the TLOGs aren't being backed up, The folder structure is there FULL,DIFF, LOG but it isn't being written there, Where do I change this, there is a newer database that it isn't happening to. Any suggestions?? Thank You in advance.

  • cbrammer1219 (11/30/2016)


    So I have inherited a system that is being backed up with ola.hallengren suggested ways, however when I started here there are some of the databases that the TLOGs aren't being backed up, The folder structure is there FULL,DIFF, LOG but it isn't being written there, Where do I change this, there is a newer database that it isn't happening to. Any suggestions?? Thank You in advance.

    Are those databases in SIMPLE recovery mode now?

    You can see backup history information in system tables in msdb. It is very easy to find out if backups are actually being taken and where they are going using them.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • I know the backups are being created, however only the diff and full is being backed up, there are no tlogs for some of the DB, I would like to know where this is configured, others are being backed up, just not on a few of the dbs.

  • Yes it is in SIMPLE RECOVERY MODE

  • Thank You, that was it..

  • cbrammer1219 (12/5/2016)


    Thank You, that was it..

    Now that you've found them, you should probably fix them. If something is worth backing up, it's usually worth backing up with the ability to do Point-in-Time restores.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

Viewing 6 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply