Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 package config

Author  Topic 

Anand.A
Posting Yak Master

109 Posts

Posted - 2011-12-12 : 06:51:18
hi

i am having 10 packages in my ssis project,in main_package i using execute package task i will execute all d other packages..now i create package config for my main_package then i changed that connection string in that package config xml file..so that main_package connection string only changed how to change all another package connection string in ssis

anand

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-12-12 : 09:11:33
you can use indirect configuration method for this. Store the config details for child packages either as an environment variable or as a variable inside parent package and then inside child package use parent package type configuration to set values for the configurations

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -