Is it possible to execute queries in random order?
1
vote
1
answer
62
views
I have a list of INSERTs, UPDATEs and DELETEs queries.
My problem is that I always receive them in the wrong order (random), and I cannot know their original order.
Are there techniques to group/execute them in a particular order, so that I always end up with the roughly the same end-result as the source, no matter in which order I originally received them?
Asked by Maestro
(111 rep)
Mar 8, 2015, 11:04 AM
Last activity: Mar 19, 2015, 07:02 PM
Last activity: Mar 19, 2015, 07:02 PM