how can I obtain the number of rows copied after a Transform Data -
09-22-2004
, 08:49 AM
Hello.
I have a DTS Package that has a transform Data Task between two databases.
Once the transformation is complete, I need to obtain the no of rows copied,
and, ideally, place that value into a global variable.
How can I do this? I don't believe the TSQL @@ROWCOUNT variable would return
the number or rows; Am I right? |