I am coming from an Oracle background and cannot figure out how to convert a date string from a flat file (in MM/DD/YYYY HH:MM:SS.SSS format) to a date type in SSIS.
An example of the date string is: 10/9/2013 11:29:24.933
What date format should I use and how should I do it?
Assume that both day and month won't have leading zeros, the hour is in 24 hour time, and I need to maintain the seconds' precision.