I have two database backup files. I would like to know if there is any difference between the two. I could go row by row, field by field and do a diff (I'm not looking for differences in schema but rather data, although I expect the schema to remain the same).
Can I run some sort of checksum on the files, or do I have to go through the data itself to be 100% certain?