I have two source tables and two target tables in a BODS Dataflow. I use a join on the source tables and insert into one Target table and update another Target table.
By default, will BODS stop updating one target table (and roll back previous transactions) when there is an issue inserting data into the other target table and viceversa?
-Nitin