Guest User

Untitled

a guest
Jun 18th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. DATEADD("dd",(DT_I4)AdjustmentDueDayCode,ExpirationDate)
  2.  
  3. An error occurred while attempting to perform a type cast
  4. SSIS Error Code `DTS_E_INDUCEDTRANSFORMFAILUREONERROR*`
  5.  
  6. (DT_I4)AdjustmentDueDayCode > 0 ? (DATEADD("dd",
  7.  
  8. (DT_I4)AdjustmentDueDayCode,ExpirationDate) : "null"
Add Comment
Please, Sign In to add comment