hi,
in my master table i have 1 column which has values 1,2
example :
type
1
2,
now i have referenct table
type code
1 employee
2 department
i am loading my data into master table thorugh ssis,
hwo to i check for values that should be from reference table only.