Need rowcount for Data pump within DTS

  • Is there easy way to get rowcount on the data pump within DTS package ? I was asked to find a way to find how many rows were pump in thru. the DTS package to our production. This DTS read both a text and Excel file. My manager want to know how many rows are pump to production on each execution and send out an Email to the client (to match up). The data pump was directly loaded to the production tables which does not have identity key or datetime stamp.

  • look up here:

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dtsprog/dtspscrprop_58ft.asp

    DestinationRowsComplete Property

    DTSTransformPhaseInfo.DestinationRowsComplet

    hope it will help.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply