Hi All,
I have SQL queries in two input tools running from the same database. By running the two together, it seems to crash.
Is there a way to delay one query from running until the other one has completed? I thought the block until done tool might work here, but a) it needs an input and b) it can't output to an input tool.
In one of the queries, I'm trying to break it down using a dynamic input tool to bring in a year's worth of data at a time - which I'm also hoping will help.
Thanks