End your Lookup Override SQL with --
SELECT
col1 as col1
col2 as col2
WHERE col1 ="something"
and col2 in (9017,9014) --
Limitations of Pushdown optimization. Source and Target and Lookups must be in same database server for full Pushdown. Expressions w...
No comments:
Post a Comment