码迷,mamicode.com
首页 > 数据库 > 详细

Missing table when do SQL data compare

时间:2015-11-21 10:31:50      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!