I need to list all the fields in the source and target columns for a particular DTS package transformation task.
I have been able to find the step in which the transformation will take place, but cannot find any information on how to actually list the fields in the task. Ideally I would like to list them and report on the references between them ie:
Source Field1 maps to Target Field 10 & 12.
This way, I could document my DTS references using the information retrieved in this way. It should also be possible to actually print out the ActiveX script for a particular mapping.
I would appreciate any help I can get.
Graham