I have 2 schemas X and Y.
X has Employee Table in which I have10 fields
Y has OldEmployee table which has EmpNo
X has 5 fields which I need to lookup in table A.SiteLink,A.EmpLink,A.PayLink.
If the field matches its fine but if it doesnt has the data then it shud return NULL.
All this will be in single data flow task. what is the best i can proceed with.
thanks