首页 > 数据库技术 > 详细

Missing table when do SQL data compare

时间:2015-11-21 10:29:10      阅读:303      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!