Hi,
How can we pass sysdate value as default value to a GlobalVariable to SSIS?
Regards,
Mohammad Sufian
Create global variable.Set "EvaluateAsExpression" to true in the properties list for that variable.
In the expression box, type in "getdate()"
No comments:
Post a Comment