I am using a Fast load enabled OLEDB destination.In the error output there are 3 options Fail component,Ignore failure and Redirect.If I chose the Redirect It shows Fast load option enabled OLEDB can not redirect.Is there any alternative to handle the error going to happen with these type of Oledb destination(oledb with fast load option).
Share
When using Fast Load ,insertion happens using single transaction .So in case if any error occurs the entire batch of rows needs to redirected .So its not possible to use
Redirect Optionwith fast load .In order to redirect error rows you need to use eitherTable or viewor write yoursql statements.