![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What data is SSIS expecting to be stored in an environment variable when you opt for indirect SQL Server package configuration? The documentation on this is....incredibly sparse. |
#3
| |||
| |||
|
|
If anyone from Microsoft, or an eager-to-be MVPs, comes by this post, I would really appreciate an answer. This isn't actually documented in the SQL Server documentation (including the most up-to-date documentation), and without knowing WHAT to store in the environment variable (presumably a link to the database server and table...it wouldn't be silly enough to store a link to another connection in the package), it is of negligible benefit. "Dennis Forbes" wrote: What data is SSIS expecting to be stored in an environment variable when you opt for indirect SQL Server package configuration? The documentation on this is....incredibly sparse. |
#4
| |||
| |||
|
|
Hello Dennis, The thing that is stored in the Environment variable is up to you but it needs to look like the configuration string property in the configuration setup. Examples If I was using a direct XML file the property would look like this C:\MyConfigFile.dtsConfig The indirect XML Configuration would place "C:\MyConfigFile.dtsConfig" in an Environment variable If I was using a direct SQL Server Configuration the property may look like this "(local).tempDB";"[dbo].[SSIS Configurations]";"ConfigTable"; The indirect version of this configuration would place "(local).tempDB";"[dbo].[SSIS Configurations]";"ConfigTable"; in the environment variable. Does that help? Allan Mitchell www.SQLDTS.com www.SQLIS.com www.Konesans.com If anyone from Microsoft, or an eager-to-be MVPs, comes by this post, I would really appreciate an answer. This isn't actually documented in the SQL Server documentation (including the most up-to-date documentation), and without knowing WHAT to store in the environment variable (presumably a link to the database server and table...it wouldn't be silly enough to store a link to another connection in the package), it is of negligible benefit. "Dennis Forbes" wrote: What data is SSIS expecting to be stored in an environment variable when you opt for indirect SQL Server package configuration? The documentation on this is....incredibly sparse. |
![]() |
| Thread Tools | |
| Display Modes | |
| |