Here's a little trivia question for ya...
True of False...
The Lookup Component in SSIS is Case Sensitive.
Unfortunately, the answer is TRUE!!!!! I just found this out the hard way. For data-warehouse loading, this can be a major issue - just imagine all the DW records that are set to 'Unknown' simply because of a case mis-match. Be warned!
The best protection is to use the UPPER or LOWER functions on both the incoming data AND the field you are looking up against. That way you won't miss any combinations.
3 weeks ago







