• subscribe
February 25, 2008 12:00 AM

What Is a Tail-Log Backup?

SQL Server Pro
InstantDoc ID #98376

Tail-log backups are new to SQL Server 2005. The tail-log backup captures records on the transaction log that were written since the last transaction log backup. If you’re going to restore a database to the point of failure, then you need to take a tail-log backup before you start the restore operation. If you’re going to restore to a point in time prior to the last transaction log backup, if you’re moving the database from one server instance to another, or if you’re overwriting the existing database, then you won’t need a tail-log backup. If the transaction log is damaged and you can’t take a tail-log backup, then you must restore without one.



ARTICLE TOOLS

Comments
  • Binod
    4 years ago
    Nov 21, 2008

    thanx

  • Tim
    4 years ago
    Jul 14, 2008

    Example syntax of a Tail Log Backup would be nice.

You must log on before posting a comment.

Are you a new visitor? Register Here