Hi,
I have a situation where i need to apply look up a range. I have distance_from_dealer column in customer transaction table. I have all the ranges defined in dim.distance table. this has start_range and end_range. So Now i need to match the distance_from_dealer to the between of start_range and end_range.
here is the image.
How do i do that in ssis.
Thanks for any help.