Synchronization script issues

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
soagra
Posts: 3
Joined: Fri 22 Aug 2014 15:13

Synchronization script issues

Post by soagra » Mon 25 Aug 2014 18:30

Hi,
I was able to run the compare file from command line.
It generated the report and mentioned the difference.

however, it didn't showed the diff (with field and data mentioned) as it does in the GUI. Also it didn't generate the synchronization script even when clearly there is one record that is different.

Thanks in advance for the help.

alexa

Re: Synchronization script issues

Post by alexa » Tue 26 Aug 2014 13:29

I was able to run the compare file from command line.
It generated the report and mentioned the difference.
Comparing to the GUI of dbForge, the command line interface has a restricted functionality.
however, it didn't showed the diff (with field and data mentioned) as it does in the GUI. Also it didn't generate the synchronization script even when clearly there is one record that is different.
To generate a synchronization script, you have to specify the switch /sync

For example:

/sync:<file_name>

Please also see the 'How To: Compare and Synchronize Data through the Command Line' topic in the product's Help documentation.

Post Reply