paulkeys
Programmer
- Sep 21, 2006
- 80
Hopefully someone will be able to help with the problem below.
I'm migrating a 2000 DTS Package to SSIS, and was wondering how to mimic the below behaviours of the DTS package in my SSIS package (migration using BIDS encapsulates the below in a Execute DTS task, and i'm trying to rebuild using the SSIS functionality)
The DTS Package has an Oracle Source and a SQL Server destination, and a transform data task between the two.
Within the transform data task, i have 2 transformations, one copies the varchar fields between the source and destination tables, and i also have an activex script that checks the validity of the datetime fields in the source, and passes either the date or null to the destination field.
I am trying to replicate in SSIS - any help would be much appreciated.
Thanks in advance
Paul
I'm migrating a 2000 DTS Package to SSIS, and was wondering how to mimic the below behaviours of the DTS package in my SSIS package (migration using BIDS encapsulates the below in a Execute DTS task, and i'm trying to rebuild using the SSIS functionality)
The DTS Package has an Oracle Source and a SQL Server destination, and a transform data task between the two.
Within the transform data task, i have 2 transformations, one copies the varchar fields between the source and destination tables, and i also have an activex script that checks the validity of the datetime fields in the source, and passes either the date or null to the destination field.
I am trying to replicate in SSIS - any help would be much appreciated.
Thanks in advance
Paul