I have one master package and 29 child packages. I execute these 29 child packages from parent master package using an Execute Package
task inside a for each loop container dynamically.
My concern is how can I deploy them in live? Should I create 29+1 database connection string with 30 configuration file because each child package executes a SQL Server stored procedure.
Any kind of suggestion is highly appreciated . Thanks