Hi all, If I have the following backup scenario: FullBackup1 TransLogBackup1 TransLogBackup2 FullBackup2 TransLogBackup3 TransLogBackup4 Assuming the FullBackup2 is corrupt, can I restore FullBackup1, TranslogBackup1, TransLogBackup2, TransLogBackup3, TransLogBackup4 ??? Technicaly it's possible, the question is do I have all transactions or are some transactions missed from FullBackup2. Any help is highly appreciated. acki4711
yes its possible. you can recover completely from last working backup and till last working log backup.
If you do not want to interrupt the LSN from transaction log backup, then you can issue FULL BACKUP using COPY_ONLY option, COPY_ONLY Backups with SQL Server 2005
True, but I wanted to refer about new option introduced in SQL 2005 to avoid any mistmatch of LSN with full backups.