SSIS Source Format Implicit Conversion for Datetime
Does anyone know of a chart that shows which formats of dates are supported by the different datatypes in SSIS? For example, does DT_DBTimestamp support the format 1-Jan . I tried looking but couldn't find anything. The reason I ask is that I found that when I try to do a Convert(datetime, '1-Jan') it fails which I expected. However, when I pull this same value into SSIS into the DT_DBTimestamp , it will implicitly identify it as 1/1/2017 rather than redirect the row as a datatype conversion error. General Info These are the default formats of datetimes datatypes (when converting from string)