SSIS - Load datetime/varchar/char to DB2 timestamp

  • We are using SSIS 2005 to Load an table into DB2. One of the fields has datatype datetime/varchar in SQL i.e., it stores yyyy-mm-dd hh:mm:ss . We used both Datetime and varchar, but we are not able to load into an DB2 table which has timestamp datatype.

  • Try CONVERT(TIMESTAMP, --Your date column--)

    and see if that works? I am not too familiar with DB2. So if it doesn't work, my apologies.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply