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

Predicate pushdown through a linked server

$
0
0

In sql server
create view db2ravi as select * from Openquery(hellodb2, 'select * from proj');
select * from db2ravi where pnum=P1"
but in the db2 server it is executing only select * from proj in place of select * from proj where pnum=P1
The above behaviour is same in Informix as well

 What all the settings I need to tweak from sql server end to push the predicate to Informix/DB2 


Thanks in advance.


Viewing all articles
Browse latest Browse all 24688

Trending Articles



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