Welcome to EMC Consulting Blogs Sign in | Join | Help

SSIS Junkie

SSIS: But it used to work in DTS (2) - Changing connections using the Dynamic Properties Task

Here is the next in my series of posts explaining how common tasks in DTS can now be implemented in SSIS.


 

Changing connections using a Dynamic Properties Task

DTS2000 introduced the popular, and very powerful, Dynamic Properties Task. This task enabled the package developer to make a DTS package what we term "location independant". This meant that we could take a package and run it on different environments simply by changing a value external to the package. That value could be stored in a number of places such as a registry entry or a good old ini file and would typically be the name of a server that a particular DTS Connection had to connect to.

In SSIS, the same can be accomplished using Configurations. The feature allows environment specific data to be stored in an external XML file. That  XML file can be edited to suit the environment on which it resides. This blog contains a number of posts related to configurations including this post on indirect configurations

 

Published 28 June 2006 13:28 by jamie.thomson

Comments

 

SSIS Junkie said:

I've said on numerous occasions, in slightly different ways, that making the move from DTS to SSIS

December 21, 2006 19:34
 

SSIS Junkie said:

I've said on numerous occasions, in slightly different ways, that making the move from DTS to SSIS

January 15, 2007 22:36
 

rubyA said:

Hello Jamie,

         I have a table in SQL 2005 which holds source and target connection string.There are multiple rows.

row 1 :- Source -- Informix

            Target -- SQL

Row 2:- Source -- SQL

            Target -- Postgres

So how to change the connection inside the pacakge?

Thanks

July 9, 2008 10:47
 

jamie.thomson said:

July 9, 2008 11:19
New Comments to this post are disabled

This Blog

Syndication

Powered by Community Server (Personal Edition), by Telligent Systems