Comments
1 comment
-
Hello Jeff,
Data compare needs to compare before synchronizing. However, comparing a populated table to an empty one does not take any more effort that simply scripting the table's contents.
The easiest way to filter data in a data comparison is to build an indexed view on the table, then compare indexed views. You can also synchronize through the indexed view.
Add comment
Please sign in to leave a comment.
Further, is there a way to apply a filter or WHERE clause? I'd only like to move data that is newer than a certain age.
Thanks
Jeff