Hi,
My input is in "03/20/2007 13:30:26.847" format and should be populated to a DATETIME field. SSIS is not converting (using DATA CONVERSION) and returning NULL. I tried converting the input to DD/MM/YYYY hh:mm:ss , that also didn't work.
I have tried DT_DATE, DT_DBDATE ...... but dataviewer windows shows it to be null
What I am doing wrong?
Deepak