how do we move the failed or error data to another table while importing data, in SSIS 2008 ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the data flow destination object (OLE DB Destination, Excel Destination, Flat File Destination, etc.) , select the “Error Output” on the left hand side and change “fail component” under the “Error Column” to “Redirect Row” (dropdown) => select ‘OK’ . Then from that same data flow destination object, select the red arrow and direct the data flow either to a derived column or a new data flow destination (which would be the new error table). For testing purposes, you may want to add a data viewer to the red data flow.