I have a datareader source (teradata) that has junk in a date field. I redirect all columns on failure to sql server table. When I get the error the job stops and nothing is sent to the sql server table. What do I need to do to keep the job going and send the bad data to the Sql Server table? I have a similar problem with email redirect. I must be doing something wrong with consistency. I have the error limit set to 1 does the stop the job as soon as it occurs. My assumption is the error should be sent to the table and ignored.