I have a dataflow that reads a flat file, does a fair bit of manipulation, and writes the data into two SQL tables, one of which is are header records and the other detail lines related to those headers.
The Header and Detail tables are set up with relational integrity. The problem I'm having is that, no matter what I try, the dataflow wants to create the Detail records before the Header records.
Is there any way to force precedence in the dataflow to have the header records created first? I can see how to force precedence in task flows but not data flows.
Much thanks in advance....
Paul
The Header and Detail tables are set up with relational integrity. The problem I'm having is that, no matter what I try, the dataflow wants to create the Detail records before the Header records.
Is there any way to force precedence in the dataflow to have the header records created first? I can see how to force precedence in task flows but not data flows.
Much thanks in advance....
Paul