Sql Server Error Message : Msg 3098, Level 16, State 2, Line 10 The backup cannot be performed because ‘COMPRESSION’ was requested after the media was formatted with an incompatible structure. To append to this media set, either omit ‘COMPRESSION’ or specify ‘NO_COMPRESSION’. Alternatively, you can create a new media set by using WITH FORMAT in your BACKUP statement. If you use WITH FORMAT on an existing media set, all its backup sets will be overwritten.
- Posted by Sqltimes
- On November 29, 2014
- 0 Comments
Earlier a few weeks ago, I ran into an interesting error message. Msg 3098, Level 16, State 2, Line 10 The backup cannot be performed because 'COMPRESSION' was requested after the media was formatted with an incompatible structure. To append to this media set, either omit 'COMPRESSION' or specify 'NO_COMPRESSION'. Alternatively, you can create a […]
Read More