How can we help you today? How can we help you today?

do not include plumbing for transactions

Hello,
If I understand this option will cause the synchronization not to be in one transaction. what would be the similar attribute if I do the comparison with an XML file?
Sandu
sandu
0

Comments

2 comments

  • Brian Donahue
    Hello Sandu,

    To set this option for the command line version, you would set it in the options in the XML command file like this:
    <?xml version="1.0"?>
    <commandline>
        <database1>DataChooseRec1</database1>
        <database2>DataChooseRec2</database2>
        <options>IgnorePermissions,IgnoreComments</options>
        <scriptfile>c:\temp\sync.txt</scriptfile>
    </commandline>
    
    You may want to be mindful that once you start specifying options, the default options are overridden so you will need to specify all of the options that you want to use in the compare explicitly.
    Brian Donahue
    0
  • sandu
    hello Brian
    10x
    Sandu
    sandu
    0

Add comment

Please sign in to leave a comment.