We have a database that is backed up weekly in easy mode. Yesterday we had a crc error, a damaged mdf file, and we could not save it. I restored the backup from last week, but now we have a gap from the moment of backup until the moment of recovery. Since I have an ldf file from this database, is there a way to βplayβ this transaction log to fill in the gap?
I tried to attach the ldf file to the restored mdf file, but SQL will not allow me to do this. (It just creates a new ldf file with a different name when I reconnect the database.)
Any ideas will help. This is a lot of data that needs to be lost, and although this is not critical data, I would like to return it (and also learn how to do it.)
source share