SqlCompare without dependencies
sandu
Posts: 20
Hi ,
I am trying to synchronize 2 databases via a command line with an XML Argfile . I do not compare all objects such as views since they refer to different tables, but I do want to synchronize. store procedures that refer to the views.
With Sqlcompare Gui Interface I succeeded only when I unchecked the Include dependent database objects. Now that I run it via command line it fails how I ignore dependent database objects via Command line
Thanks
Sandu
I am trying to synchronize 2 databases via a command line with an XML Argfile . I do not compare all objects such as views since they refer to different tables, but I do want to synchronize. store procedures that refer to the views.
With Sqlcompare Gui Interface I succeeded only when I unchecked the Include dependent database objects. Now that I run it via command line it fails how I ignore dependent database objects via Command line
Thanks
Sandu
This discussion has been closed.
Comments
You need to change the options associated with the command.
In the command line you would add /options:if,iw,ifg . This would give you the default values without include dependencies.
In an arg file you would add
<options>if,iw,ifg</options>
Regards
Dan
Red Gate Software Ltd
10X
Sandu