Monday, February 13, 2006 - Posts

Indirect configuration files in SSIS

My blog has moved to sqlblogcasts.com/blogs/simons
The full version of this post can be found here., http://sqlblogcasts.com/blogs/simons/Indirect configuration files in SSIS
The new RSS feed is here

Configuring packages based on configuration files is great, whats more you can have the location of configuration file obtain from an environment variable.

One word of warning is that, if you change your configuration between indirect and direct the configuration file will be overwritten and your conifguration settings lost.

... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/simons/Indirect configuration files in SSIS