Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
vamsimahi
Starting Member
29 Posts |
Posted - 2008-09-15 : 14:38:02
|
I have a Row Count tranformation in Data Flow Task and this Data Flow Task is in a ForEach Loop Container. So when I am running the package I'm getting the row count for only one file but not all the files.How can I use the RowCount Transformation in ForEach Loop container.. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-15 : 15:03:12
|
dataflow task is inside for each loop? i thnk in which case you will get rowcount for each iteration of the loop. |
 |
|
|
|
|