MtProgrammer
Programmer
I have a DTS DataImport package that imports a text file into a table. The first record contained in the text file is not to be imported (works fine), but does contain a value that needs to be stored in all subsequent records. I'm not sure how to store this value in as a global and then insert it into every record after that. Does someone have an example?