I am trying to import date data in the following format into a datetime field using DTS and the DateTimeString transformation tool to do it. However when ever it hits an hour field > 12 it throws a conversion error:
The raw data looks like this:
20050522142901
Source data format used :yyyyMMddhhmmss
Destination data format used: mm-dd-yyyy format.
How can I get SQL to recognize this as a military time value?
Thanks.
The raw data looks like this:
20050522142901
Source data format used :yyyyMMddhhmmss
Destination data format used: mm-dd-yyyy format.
How can I get SQL to recognize this as a military time value?
Thanks.