Activity overview
Latest activity by jonathanatviinc
To expound on my first post, I would be fine with using a project file for the entire synch job. Unfortunately, I only want to update records that match in both databases. Meaning, I do not want to create or delete any records. When synching via the interface, I always have to manually check the box for "Rows that exist in both databases but are different", and uncheck the other two "rows that exist only in SourceDB", "rows that only exist in "rows that exist only in DestinationDB".
If i could figure out how to save these settings within project , I'd be okay with this option too. I need to launch this synch on a scheduled basis, so finding a way to persist these settings is key. / comments
To expound on my first post, I would be fine with using a project file for the entire synch job. Unfortunately, I only want to update records that match in both databases. Meaning, I do not want ...
synch one single table via commandline
I'm using sqldatacompare 5.2 command-line interface
I'm attempting to synch a single table named Users. I am using an index named 'IX_Users_UserName' which is not the primary key, but it is unique...