Missing table when do SQL data compare

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

posted @ 2015-11-21 09:59  isister  阅读(175)  评论(0编辑  收藏  举报