Hello,
ssis package loads data.
For auditing I have added a derived column transformation task with expression:
@[System::ServerExecutionID]
Derived column name --> Execution ID
in destination I have mapped this column to the destination column but the destination column shows as 0
Do you know why please?
Is this because I am running the package from VS to test?
Thank you