Help #2:
As I mentioned in my previous post, I run 2 scripts with PQ on SQL DB.
But actually I send each of those scripts to run on 4 DBs. The data is then appended in 2 PQ tables.
They're heavy scripts. Can take 10 minutes each.
Is it possible to engage 4 connections simultaneously (script1 on the 4 DBs) and then script2 on them?
Parallel running will complete in some 20 minutes.
Sequence running can take 10*2*4 = 80 minutes.
Help is appreciated.
Thanks,
Michel
As I mentioned in my previous post, I run 2 scripts with PQ on SQL DB.
But actually I send each of those scripts to run on 4 DBs. The data is then appended in 2 PQ tables.
They're heavy scripts. Can take 10 minutes each.
Is it possible to engage 4 connections simultaneously (script1 on the 4 DBs) and then script2 on them?
Parallel running will complete in some 20 minutes.
Sequence running can take 10*2*4 = 80 minutes.
Help is appreciated.
Thanks,
Michel