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

how do we perform Between in Joins

$
0
0

Hi ,

I have written a Join in T-SQl, how do we do that in SSIS using merge join:

TSQL: 

SELECT  
s.HostName
FROM
     Sourcetable s WITH (NOLOCK)
LEFT JOIN	
		Networktable n WITH(NOLOCK)
	On s.IPAddress_Integer > NetworkIP_Integer
	AND s.Ipaddress_Integer < BroadcastIP_Integer

I want to represent this in SSIS Package, now how do we use '>' and '<' in Merge join, please help.

Thanks,


Viewing all articles
Browse latest Browse all 24688

Trending Articles



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