Comments
1 comment
-
"Type" is a slightly confusing word but it basically refers to which of the two databases contain a given row.
- "In1" just means that the database on the left contains the row while the database on the right does not;
- "In2" means the opposite.
- "Different" means that both databases have rows with matching values in the column(s) you are using as a comparison key, but some of the data columns have differing values
- "Identical" means that the same row exists in both databases.
You can find more information about this at https://documentation.red-gate.com/disp ... on+results .
Add comment
Please sign in to leave a comment.
Thanks