dateadd expression is ssis is not validating

  • 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

    DATEADD( "hh" , TT_DETL_TO_TM_ZN_OFST , TT_DETL_POD_DTT)

  • this doesn't work in SSIS 🙁

    DATEADD( "hh", [TimeZone] ,[DockDepartureTime] )

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

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