I'm running an SSIS job where I set a table variable in a script task early in the control flow.
When I run it locally on my machine, it works fine.
But when I run it as a scheduled job via SQL Server Agent, the variable isn't using the value from the script, instead it's using the default value from the variable definition window.
Do I need to do something special to get my variables to actually take their values from a script task when the jobs are running on the server?