Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS Lookup vs IN Clause in T-SQL

$
0
0

I have below query

select * from table A where A.ID in (select ID from table B )

If I use lookup transformation  in SSIS package with table A as source and do lookup on table B for ID column , will it be  equivalent to above query?


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>