Tables are compared, don't matching include switch

DanielLDanielL Posts: 2 New member
edited October 18, 2017 11:00AM in SQL Data Compare
i try to achieve synchronizing only 1 table, especially only adding new entries to the destination

i am using command line SQLDataCompare.exe with an argfile:

<?xml version="1.0"?>
<commandline>
<server1>Server1</server1>
<database1>Logging</database1>
<server2>Server2</server2>
<database2>Logging</database2>
<include>Table:[Applications]</include>
<synchronize/>
</commandline>

but other tables are also compared and synchronized. WHY???
Tagged:

Answers

Sign In or Register to comment.