I am testing trying to restore a transaction log backup in our test environment. When I attempt to perform the restore of the transaction log backup I get the following message:
"The backup set in file "filename" was created by BACKUP LOG and cannot be used for this restore operation."
I think it is because when I restored the full database backup I did not specify the NORECOVERY option. Is this possible? I am using SQL2000, SP3. If this is the problem is there a way to set the database in a NORECOVERY state after the fact or will I have to restore the full database backup again and specify the NORECOVERY option?
Or could it be another problem? I have just begun the restore again with the NORECOVEY option so I will find out whether that was the problem or not..
Thanks,
Bessebo
"The backup set in file "filename" was created by BACKUP LOG and cannot be used for this restore operation."
I think it is because when I restored the full database backup I did not specify the NORECOVERY option. Is this possible? I am using SQL2000, SP3. If this is the problem is there a way to set the database in a NORECOVERY state after the fact or will I have to restore the full database backup again and specify the NORECOVERY option?
Or could it be another problem? I have just begun the restore again with the NORECOVEY option so I will find out whether that was the problem or not..
Thanks,
Bessebo