标签:
http://stackoverflow.com/questions/31115502/sql-data-compare-some-tables-missing
Reason:
Data can be compared only if you know what records from tables must be compared. Compareer uses PK to know what records to compare. If your table don‘t have a PK (or at least a unique index) it ill be missing from the tables list
Missing table when do SQL data compare
标签:
原文地址:http://www.cnblogs.com/isister/p/4982970.html