I have a question.
I have a text file which contains header rows and detail rows, which can be identified by a record type code.
For each detail line I want to write out a row to SQL server, but I need it to include data from the associated header row.
Is that possible?
Bob