Fast load error output doesn't redirect entire batch
问题 Context I am developing a simple SSIS package that contains a Data flow Task with: 1 OLE DB Source 2 Lookup Transformations 1 OLE DB Destination 1 OLE DB Destination for error output rows I am using the FastLoad option in both OLE DB Destinations and i have configured the error output of the first one to redirect rows to the second destination. Question From many online articles, i read that using Fastload option will cause the entire batch to fail an not only erroneous rows are redirected.