I have a file to be loaded into SQL Server 2005 using SSIS 2005.
The file has a date field. The values are like '12/01/2010 16:38:51'
.
Some of the rows in the file are wrong and will be redirected to a text file. But in the text file, the date will be changed to 2010-01-12 16:38:51
by SSIS.
Anyway to just redirect error rows to the text file without any modification?