Tuesday, 11 November 2014

Is Not Null in SSIS

Hi Folks,
Did you ever wonder how to implement the IS Not NUll condition in SSIS derived column. Its easy just write the below code

!ISNULL(D_Stock) ? (DT_NUMERIC)Stock : 0

No comments:

Post a Comment