I have the following process:
OLE DB Source
Script (parsing)
OLD DB Destination (parsed data)
I want to add a second column in the destination DB, with a copy of the original source column.
Should this be done via SSIS Copy Column or within the script ?
Thanks