May 29, 2009 at 6:48 am
Is it possible to use the coalesce function in SSIS under the derived column component?
I guess its not available under derived column component ? Is there any other way to perform this
Thanks
kou
May 29, 2009 at 7:32 am
You can use a conditional to simulate COALESCE. Why not do COALESCE in the source query? That would probably be the most efficient way to do it.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
May 29, 2009 at 7:52 am
hello
Thank you so much. Yes you are right. It didnt strike me. I tried it out and its so easy and perfect.
Thanks for the suggestion.
Kou
May 12, 2015 at 10:47 am
How about REPLACENULL( «expression», «expression» )
May 12, 2015 at 10:54 am
Keith Mescha (5/12/2015)
How about REPLACENULL( «expression», «expression» )
REPLACENULL() was introduced with SSIS 2012 and this is a 2005 forum. I still wonder why it took so long to include this function in SSIS.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply