Prashant-402994
Valued Member
Points: 57
More actions
October 21, 2007 at 11:49 pm
#183091
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.
Dr. John Tunnicliffe
Right there with Babe
Points: 782
November 19, 2007 at 3:05 pm
#752464
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