• If you didn't have Redgate you could use an orm like entity framework or dapper to read each pair of rows in at a time.
    Giving two instances of a row as an object.
    Serialise them and compare the two strings.
    If you needed to know which field was different.
    Use reflection to get a list of public properties and iterate through their values using tostring() on each to get a consistent value and compare those.