Comments
3 comments
-
Hello Matt,
Yes, you can choose the tables to synchronize using the Toolkit. If you look at the sample code for SQL Compare, there is a bit that loops through all of the differences and sets their Selected property to True. This is how you select objects to be scripted. You could include a conditional statement (an if) somewhere in this loop to include objects by name or by type. -
Thanks for the reply,
that did it.
Matt Barnes
Barnestorm, Inc. -
Hi,
It's probably the 'includedependencies' SQL Option that's scripting dependent objects. You can try taking that option out of the Options enumeration rather than using Options.Default, but that may cause the script to fail, depending.
Add comment
Please sign in to leave a comment.
Matt Barnes
Barnestorm, Inc.