I have a variable defined as string and I want to change to integer in the expression builder.
Variable - StartPeriod STRING -7
In Expression
SELECT (DT_WSTR,50)DATEADD("dd", DT_I8(@[USER::StartPeriod]), GETDATE())
I got an error - Error occurred attempting from DT_WSTR to date type DT_I8
How can I change from string to integer?
Thanks
BTW, I HATE SSIS :crazy: