I could provide a PR that fixes this if @azygis you are ok with that. I see 2 possible ways to do that, in both ways it'll be just a matter of adding a SQL script to Scripts folder. So, we could ...
Abstract: SQL Azure's concurrency control relies on multi-versioning to prevent readers and writers from blocking each other and on in-memory row locks to prevent multiple writers modifying the same ...
In a high available distributed system, a job runs on multiple application nodes/instances, but each node should process a different set of data and the data should not be processed by more than one ...