Main Article    Backup and Restore Fundamentals

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.

End of Article




You must log on before posting a comment.

If you don't have a username & password, please register now.

Reader Comments

Example syntax of a Tail Log Backup would be nice.

FHCPDBA

Article Rating 3 out of 5