I'm using SSIS 2005 to load a flat file (tab delimited csv) to a sql table. For some reason, null (blank) date values in the csv end up as 1899-12-30 in the sql table where the field is defined as datetime; I'd like a null value to exist in the sql table.
In the OLE DB Destination editor, I'm using "table or view - fast load" and "Keep Nulls" is checked.
I'm not sure how to fix this.
Suggestions?
(thanks in advance)
--Pete