I have two sources: Excel and Azure SQL DB, Both have same columns structure: ProjectID, BatchName.
Each Excel file only have one ProjectID but there are multiple ProjectIDs in the DB.
I started with Excel Source which have Distinct ProjectID.
Then, In the Lookup Transformation Editor, I wish to see which record having the same ProjectID and BatchName.
Question: Is there anyway to select the data from the DB where the DB.ProjectID is equal to Excel.ProjectID, I don't want it to run through all that because the size is big.
Can anyone help?