Options

Disable Triggers using Command-line

mzcopeamzcopea Posts: 31
Can we use the option to disable triggers when we use sqldatacompare from the command line? How?

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hello,

    You will want to use the options:
    sqldatacompare /o:t
    
    The best way to get usage information is to run
    sqldatacompare /? /verbose | more
    
    There is much more detailed information there than in the help file.
Sign In or Register to comment.