I'm in the process of rebuilding a 2000 DTS package in 2005 and am hoping for some advice on the best way to use the Data Flow to do this.
In my 2000 DTS I have around 30 tables which are being transferred from 1 SQL database to another SQL database using 30 seperate Transform Data Tasks. I understand how to replicate this in 2005 but what I'm not clear about is whether it would be best to:
a) have 30 seperate Data Flow tasks (1 per table)
b) have 1 Data Flow task with 30 Transformations in it
c) group a number of Transformations into a number of tasks
Or whether this makes no difference and is just down to personal choice.
There are no dependencies between any of the tables and in the 2000 DTS I run a number simultaneously.
Many Thanks in advance, Matt
In my 2000 DTS I have around 30 tables which are being transferred from 1 SQL database to another SQL database using 30 seperate Transform Data Tasks. I understand how to replicate this in 2005 but what I'm not clear about is whether it would be best to:
a) have 30 seperate Data Flow tasks (1 per table)
b) have 1 Data Flow task with 30 Transformations in it
c) group a number of Transformations into a number of tasks
Or whether this makes no difference and is just down to personal choice.
There are no dependencies between any of the tables and in the 2000 DTS I run a number simultaneously.
Many Thanks in advance, Matt