IN OLEDB Source I've something like
Select ContactID, Name
FROM dbo.TableA
IN Lookup Transformation I need to pull only those ContactID's
I'm writing something like this
Select * FROM dbo.TableB
where Co
Select ContactID, Name
FROM dbo.TableA
IN Lookup Transformation I need to pull only those ContactID's
I'm writing something like this
Select * FROM dbo.TableB
where Co