Expression Rule with "Left Join" and "Inner Join" - SQL

Hi everyone,

Is there some way to include "Left Join" and "Inner Join" inside an expression rule with "a!queryEntity"?

Thanks,

Josue

  Discussion posts and replies are publicly visible

Parents Reply
  • I'd urge even more care when using Stored Procedures - unless you limit how much data is brought back into memory you could easily gobble up a LOT of system memory and if you then do transformation on that data, the Heap Space will disappear quickly leading to a system outage. Unfortunately I've seen it happen in Production when Stored Procedure data volumes are not thought about and ALL records are brought into memory.
Children
No Data