I use the tablediff utility to transfer data from the server database sources to the target database, and I get a result that has all the differences between the source and target databases with something like this
Dest. Only N'1027' N'799' N'91443' N'1' Mismatch N'103A' N'799' N'13010' N'1' DATE_CURRENT DATE_OPERATION MATRICULE_UTILISATEUR QTE QTE_FINAL QTE_INIT QTE_OPERATION REFERENCE_DOCUMENT TYPE_DOCUMENT Src. Only N'103A' N'310' N'30129' N'1'
therefore, the generated sql file contains delete line Dest. Only Dest. Only , update string Mismatch and insert string Src. Only Src. Only
My question is: is there a way to use tablediff to get the result of only Mismatch and Src. Only Src. Only rows ??
comparison sql-server data-synchronization
Billydan
source share