as i'm learning ssis, i have quick question
table a -> lookup table a id in table b and get table b id -> lookup table a id in table c -> on found, update table c field b_id from table b.id
table a -> fields id
table b -> fields id and a_id (refer to table a)
table c -> field id and b_id
mark it as answer if it answered your question :)
View Complete Post