|
visakh16
Very Important crosS Applying yaK Herder
India
48061 Posts |
Posted - 06/19/2012 : 14:21:56
|
package configurations are way of making package dynamic. This comes handy when you migrate package across environments ie from dev to qa to prod. The ackage configurations gives you place holders through which you can control package properties from outside without keeping the need for editing the package. its not mandatory but always nice to have to add flexibility and in most cases you require it as environment where it finally executes is different from enviroment where you develop.
more details here
http://www.mssqltips.com/sqlservertip/1405/sql-server-integration-services-ssis-package-configuration/
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/
|
 |
|