Hello,
I have a source table in SQLServer to load into DB2(AS400) using SSIS but couldn't do so as there was this Datetime attribute error(**source Attribute has DT_DBTIMESTAMP dest has DT_DBTIMESTAMP2)
, even after converting DT_DBTIMESTAMP on the source to DT_DBTIMESTAMP2 using dataconversion in the dataflow. Has anyone encountered anything similar? Really appreciate any help/advise!!