I have two tables, both consisting of 50m records and 26 fields. I want to a quick way to check they are identical, and if not, then which field has differed.
The best option seems to be to join the tables on all 26 fields which takes about an hour to complete. The problem is then that if any records come out the left and right output, I am not sure which field or fields the record differed on.
I would like to check the actual values in the fields are identical.
Anyone have any suggestions on the quickest way to do this or a pre built macro?