Sunday, February 26, 2012

DTS migration

Hi,

In DTS 2000 package dynamic property task an ini file is read and values for some keys are read. These values are nothing but name of servers on which to run some sql tasks. This dts package has three defined connections. So when the keys are read it will be either one of these three.

For eg. there are three sql tasks. sql1, sql 2 and sql3. sql1 needs to be run against server s1, sql2 against s3 and sql3 aginst s2. So the ini file sets three different variables connection1 to s1,connection2 to s3 and connection3 to s2. These variables are then used to run sql tasks accordingly.

When I migrated this dts package to .dtsx format and edited using SSIS, it gave me a blank format of vb script which we need to code. please help me out in this issue ?

Thanks,

Nit

You need to use Configurations. BOL has plenty of dcoumentation on them, as has Google: http://www.google.co.uk/search?hl=en&q=ssis+configurations&meta=

-Jamie

No comments:

Post a Comment