question

pvsrinivasrao avatar image
pvsrinivasrao asked

Exception File (Tranform Data Task) in DTS alternative in SSIS

Hi, I have a DTS package which contains a (Tranform Data Task) and it is configured with ExceptionFile settings. I want to migrate this package in SSIS (SQL 20008), just wondering is there any component in SSIS which does the ExceptionFile related work. Or are there any ways of getting the same functionality in SSIS. Thanks.
sql-server-2008ssissql-server-2000upgradedts
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Pavel Pawlowski avatar image
Pavel Pawlowski answered
You can use the SSIS integrated Logging Functionality which you can use under the `SSIS\Logging...` menu for logging all kinds of errors and other events. For logging rows passing through Data Flow transformation and causing errors, you can redirect such rows using Error output of Data Flow components and redirect such rows to whatever destination you want (table, flat files, or even custom implementation using a script).
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.