I am trying to migrate an informix database to sql server. I ran the dts and it returns with an error stateing that it cannot recognize the date format. the reason is because informix has a precision of 5 digits to the left of the decimal point for fractional time, where sql server only uses 3.
Does anyone know how to convert a date with fractional time to sql server format.
Does anyone know how to convert a date with fractional time to sql server format.