dateadd is not valiadting is SSIS derived column

  • Hi, I am using following expression in SSIS

    DATEADD( "hour" , TT_DETL_TO_TM_ZN_OFST , TT_DETL_POD_DTT)

    and here the number field and the date fields are columns coming from source

    any idea is I am missing something.

    Thanks in advance.

  • Try this instead. It works for me.

    DATEADD( "hh" , TT_DETL_TO_TM_ZN_OFST , TT_DETL_POD_DTT)

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

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