with smiles
santhoshDoes any one face this issue yet? Any resolution.|||
Hi Santosh,
You need to perform recovery using transaction log backups taken after the backup you used to restore the filegroup and then finally recover the last log backup taken using No_truncate.
I was wondering if you did a backup log with no_truncate before restoring the filegroup.
regards
Jag
|||Hi Jag,oh I didnt try with no_truncate thing. what If I dont have a transaction log and I didnt get a chance to take the tail log backup. Wont the filegroup restore work? Thanks for your reply Jag.|||
Hi Santosh,
You need to do a tail-log back up and recover the database using the all the log backups (including tail backup in the end.) taken after database backup, that used for restoring the filegroup.
This is because you are performing partial restore and for this to you need to perform complete recovery.
if the complete recovery is not performed the LSNs of restored filegroup are different from rest of the database.
regards
Jag