cancel
Showing results for 
Search instead for 
Did you mean: 

applying logs to a corrupt db

t1950
Participant
2,411

I do hourly LOG backups on my db

 backup database directory 'c:\\dbBackup\\logs\\...' transaction log only

I truncate the log file once a week ( monday backup )

This log file contained everything from mon unit 2 in the afternoon on fri

The db died because we ran out of disk space

I took the thursday night backup and tried to apply the fri 14:00 log, i got an error message telling me the log was the wrong size.

When I applied the log from the corrupt db, it restored the thursday (backup) db as expected.

What is the correct procedure for doing incremental backups and restoring from them?

Accepted Solutions (0)

Answers (2)

Answers (2)

VolkerBarth
Contributor
0 Kudos

AFAIK, in general, one should apply the translog from the full backup first to bring the database to the state of the end of the full backup (say, too apply transactions that were running while the backup took place). Have you tried this first?

Then, at second step, you should apply the newest translog, i.e. the one from Friday 14:00.

Former Member
0 Kudos