x
login about faq Site discussion (meta-askssc)

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.

more ▼

asked Nov 25 '11 at 08:04 AM in Default

pvsrinivasrao gravatar image

pvsrinivasrao
174 23 27 27

(comments are locked)
10|1200 characters needed characters left

1 answer: sort voted first

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).

more ▼

answered Nov 27 '11 at 04:33 AM

Pavel Pawlowski gravatar image

Pavel Pawlowski
20.3k 5 10 20

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.