If you run a SQLScript procedure outside of read-only mode, then it will not execute in parallel.
The way around this is to create a wrapper read-only procedure that calls multiple other write procedures.
If you run a SQLScript procedure outside of read-only mode, then it will not execute in parallel.
The way around this is to create a wrapper read-only procedure that calls multiple other write procedures.