+ Reply to Thread
Results 1 to 5 of 5

SQL Database Backup and Transaction Log Backup

  1. SQL Database Backup and Transaction Log Backup

    When doing a full backup, is it best to backup the logs first or the
    database?

    thanks



  2. Re: SQL Database Backup and Transaction Log Backup

    I do the database first because in full mode the log will be processed
    and you have at that point in time a complete backup that will get you
    back to where you were. Then I backup the logs at intervals after that
    so I can use the full backup and logs to get back to a point in time.


    Adam Clark wrote:
    > When doing a full backup, is it best to backup the logs first or the
    > database?
    >
    > thanks
    >
    >


    --
    Brett I. Holcomb
    brettholcomb@R777bellsouth.net
    Remove R777 to email

  3. Re: SQL Database Backup and Transaction Log Backup

    I do the database first because in full mode the log will be processed
    and you have at that point in time a complete backup that will get you
    back to where you were. Then I backup the logs at intervals after that
    so I can use the full backup and logs to get back to a point in time.


    Adam Clark wrote:
    > When doing a full backup, is it best to backup the logs first or the
    > database?
    >
    > thanks
    >
    >


    --
    Brett I. Holcomb
    brettholcomb@R777bellsouth.net
    Remove R777 to email

  4. Re: SQL Database Backup and Transaction Log Backup

    Always perform full backup first before applying log backups

    "Brett I. Holcomb" wrote:

    > I do the database first because in full mode the log will be processed
    > and you have at that point in time a complete backup that will get you
    > back to where you were. Then I backup the logs at intervals after that
    > so I can use the full backup and logs to get back to a point in time.
    >
    >
    > Adam Clark wrote:
    > > When doing a full backup, is it best to backup the logs first or the
    > > database?
    > >
    > > thanks
    > >
    > >

    >
    > --
    > Brett I. Holcomb
    > brettholcomb@R777bellsouth.net
    > Remove R777 to email
    >


  5. Re: SQL Database Backup and Transaction Log Backup

    Always perform full backup first before applying log backups

    "Brett I. Holcomb" wrote:

    > I do the database first because in full mode the log will be processed
    > and you have at that point in time a complete backup that will get you
    > back to where you were. Then I backup the logs at intervals after that
    > so I can use the full backup and logs to get back to a point in time.
    >
    >
    > Adam Clark wrote:
    > > When doing a full backup, is it best to backup the logs first or the
    > > database?
    > >
    > > thanks
    > >
    > >

    >
    > --
    > Brett I. Holcomb
    > brettholcomb@R777bellsouth.net
    > Remove R777 to email
    >


+ Reply to Thread