Table_comparison testing

What’s the easiest way to test the output of the table_comparison transform? Like if I want to see each rows that come out of the the transform and whether it comes as delete, insert, or update, without having to look at the target table.


dellster (BOB member since 2008-10-14)

Try to run the job in Debug Mode.

You will see necessary opcodes that was generated by TC, and data at each point of the query.


data_guy :us: (BOB member since 2006-08-19)