Hello, I´m trying to look for a appropiate cast for the format of the data Im getting on txt file.
the format is: Jan 2 2013 12:00:00:000AM
I want to do implicit convert on the txt importing process, but I don´t know the cast that should be used for this format, from string to a datetime.
Gilberto H.