|
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.
(comments are locked)
|
|
You can use the SSIS integrated Logging Functionality which you can use under the 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).
(comments are locked)
|

