September 13, 2006 at 10:40 am
ERROR:3242 THE FILE ON DEVICE 'D:/MYDATA' IS NOT A VALID MICROSOFT TAPE FORMAT BACKUP SET. RESTORE FILELIST IS TERMINATION ABNORMALY.
GIVE ERROR MSG WHILE RESTORING BACKUP
September 15, 2006 at 6:28 am
I have gotten this error before in SQL 2000 as well. The file is either corrupt or was transferred in an incorrect format that is no longer readable via SQL Server.
December 14, 2006 at 5:53 am
Have you tried these options ??? Try either or both. You will be able to tell if SQL Server can read the backups at least. If it cannot read them then I think you are dead in the water. But, maybe MSFT can help. If the backups and getting the data is critical I'd call Microsoft.
restore filelistonly from disk = 'c:\dbnamehere_db_200412081805.BAK'
AND/OR
restore verifyonly from disk....
December 14, 2006 at 1:04 pm
You should get an error stating it is not a microsoft backup file or something to that effect.
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply