ssis - SQL Server - Change job environment -


a short question have, not information find:

i have job multiple ssis steps in sql server 2014. these job steps have same environment, contains 2 connection strings.

is possible change environment @ once steps in 1 particular job, instead of choosing environment 1 one each step in job?

no, configuration pane specific individual job step. if have multiple steps, need configure them each separately.

if want have environment controlled in 1 location, consider having master ssis package run job. within master package, can fire off other individual ssis steps, , let each of them inherit environment-specific configurations master package.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -