Copy link to clipboard
Copied
I need to run several stored procedures in certain order
If I write them this way will they ran in this exact order? stored proc 1 is ran first then 2,3 and finally 4?
Copy link to clipboard
Copied
What happened when you ran that code?
Copy link to clipboard
Copied
I need to run several stored procedures in certain order
If I write them this way will they ran in this exact order? stored proc 1 is ran first then 2,3 and finally 4?
Yeah. Code is executed sequentially from the first instruction onwards. You write the code in the order you want it to execute.
This seems like too obvious an answer, so I suspect there's some sort of disconnect going on and I'm misunderstanding what it is you're asking..?
--
Adam
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more