Comments
1 comment
-
Thanks for your post.
There are a couple of ways that you could achieve this.
1) The simplest, is to run a comparison and then on the results grid:
- Right-click 'Exclude all different'
- Right-click 'Exclude all Target'
2) You could write a WHERE clause to put on each table. e.g.
id not in (select id from db2.table)
- This is done on the 'Tables & Views' Tab
3) You could use the command line interface using the /include:Missing switch. (http://www.red-gate.com/supportcenter/C ... 700076.htm)
I hope this is helpful.
Add comment
Please sign in to leave a comment.
If not, how could this be recommended as a new feature.