I need to assign the current DateTime to a variable and use that value in a Data Transformation Task in an SSIS PAckage.
On some of the Task I have to use a Stored Procedure to load the Table because I'm getting erroneous truncation errors from the source AS400 Data.
For the transformation tasks do I need a derived column task?
I seem to recall that a variable can be passed an an input parameter to the Execute SQL Task?