Hello,
I have a table column of "DATE" type, which has normal dates as well as"0001-01-01" and "9999-12-31".
I would like to read one of the these values to an SSIS variable. What should be the data type of it?
SSIS's DateTime cannot read T-SQL "DATE".