![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm working on a restore procedure for the case where all MDF files are missing, but the LDF files are all intact. A full backup is done every 24 hours, and a log backup is done every 3 hours. After restoring the last full + log backups, is it at all possible to use the LDF files to recover data from that point up to a newer point in time? |
|
I've found a post which explains how to do this on SQL Server 2000 http://groups.google.com/group/comp.....ms-sqlserver/ browse_thread/thread/3ef5c7cbc0a83334/f3b0c70811d35ed7>, but step 4 fails with the following error message: BACKUP LOG cannot be performed because there is no current database backup. |
#3
| |||
| |||
|
|
l0b0 (victor.engm... (AT) gmail (DOT) com) writes: I'm working on a restore procedure for the case where all MDF files are missing, but the LDF files are all intact. A full backup is done every 24 hours, and a log backup is done every 3 hours. After restoring the last full + log backups, is it at all possible to use the LDF files to recover data from that point up to a newer point in time? At that point it may be a little late. Say that disaster strikes and your MDF file is dead. At this point you can perform BACKUP LOG WITH NO_TRUNCATE to back up the log. Then you restore and apply all logs including this one. |
![]() |
| Thread Tools | |
| Display Modes | |
| |