Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Lookup Transformation in SSIS

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles