question

rohitk avatar image
rohitk asked

overriding ssis variable in sql server job

hello all,


I have a SSIS package that is deployed to sql server 2016. I run this package through a sql server job. There is a requirement where I want to override the value of that variable when I run the package from sql job. Can someone share an article or help me to achieve this?


Thanks,

Rohit

ssissqlserverssis2012ssis-2008
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
anthony.green avatar image
anthony.green answered

If your using the catalog the preferred way is to look at SSIS Environments and crate the right environment with the right variable options

Alternatively in catalog or package deployment you can override variables at the job level, one of the tabs on the job step will allow you to change variable values.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.