SQL Server backup/restore error: The Media Family on Device is Incorrectly Formed.
Posted
by Chris
on Server Fault
See other posts from Server Fault
or by Chris
Published on 2010-05-13T14:57:47Z
Indexed on
2010/05/13
15:04 UTC
Read the original article
Hit count: 288
Basically, I'm having this issue: http://www.sqlcoffee.com/Troubleshooting047.htm What I'm doing is running a script I found online (http://pastebin.com/3n0ZfybL) to do a full backup, then rar'ing up the file and moving it to my computer. The CRC of the backup file inside the rar is correct on both computers, so there is no problem with data being corrupted when I transfer it. But then I go and try to restore the database on my dev computer here and I get the errors "sql server cannot process this media family" ... "msg 3013". Why is this happening? I'd test out the backup on the server I'm getting it from, but it's a production server.
© Server Fault or respective owner