Comments
Sort by recent activity
Adam, Looks like that did it. Thanks! Matt / comments
Adam,Looks like that did it. Thanks!Matt
Hi Adam, Thanks for your help. Here's a scrubbed excerpt of the xml file: <?xml version="1.0" encoding="UTF-8"?><br> <commandline><br> <database1>database1</database1><br> <username1>username1</username1><br> <password1>password1</password1><br> <server1>server1</server1><br> <database2>database2</database2><br> <username2>username2</username2><br> <password2>password2</password2><br> <server2>server2</server2><br> <options>Default</options><br> <options>DisableAndReenableDDLTriggers</options><br> <options>DisableAndReenableDMLTriggers</options><br> <synchronize/><br> <include>Table</include><br> <include>Table:\[Yadda\]</include><br> <include>Table:\[Yadda1\]</include><br> <include>Table:\[Yadda2\]</include><br> <include>Table:\[Yadda3\]</include><br> <ExcludeColumns>Yadda3]$:Status</ExcludeColumns><br> </commandline> Here's how I'm calling it from the command line: sqldatacompare.exe /verbose /argfile:example1.xml / comments
Hi Adam,Thanks for your help.Here's a scrubbed excerpt of the xml file:<?xml version="1.0" encoding="UTF-8"?><br><commandline><br> <database1>database1</database1><br> <username1>userna...