Hi I am facing an issue using dates in SSIS. I have a date field coming from flat source which I am loading into table whose data type is date. I have the data type in Flat File to be varchar.
The format followed is mm/dd/yyyy but even if I give dd/mm/yyyy it is internally converting to mm/dd/yyyy. I want to fail the job if the format is not mm/dd/yyyy. Can someone help me out with this?
Anand