February 4, 2013 at 9:25 am
Hello,
We have an SSIS release package that refreshes several database environments at once. Before the refresh begins, we need to 'hard code' variables within the package, save it, than execute the package manually.
With that being said, is there a way we can pass these variables dynamically using a configuration file during run time, or some other method?
Thank you for your answers.
February 4, 2013 at 11:51 am
You can use configuration files or dtexec and the set parameter.
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/66500/
http://msdn.microsoft.com/en-us/library/ms162810(v=SQL.105).aspx
February 4, 2013 at 12:21 pm
Thank you Chrissy!
I will give the configuration file a try.
Another way that I found was to use the 'Set Values' table within the SQL Server Agent job.
February 4, 2013 at 1:08 pm
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply