Limit the error rows redirected in a dataflow

  • Hi,

    While loading data from a file, I am redirecting the error rows in the data flow to a log file. I need to make sure that if the error rows are greater than 10,000, the package fails. Please advise if I can accomplish this in SSIS 2008.

    Thanks and Regards,

    Praveena

  • I'd probably put a Row Count component in the flow and then use the value as part of the contraints to fail the package.

    CEWII

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

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