Got a strange issue with a server here.
I've got one database out of a dozen on a single server that fails a RESTORE VERIFYONLY when I add the CHECKSUM option to the backup command. If I remove the CHECKSUM option I can restore the database fine. If I backup and include the CHECKSUM option, I get a successfull backup, but a failure when verifying the backup or trying to restore it.
DBCC CHECKDB() of the database in question comes back clean.
Has anyone seen this before?