A simple question - did I correctly understand, that when running a script, then each separate command will be an isolated transaction? And that it is not the case that the whole script is treated as a single transaction?
So that, let's say I have script with three updating commands (or XQueries) A, B and C. While running it, A and B executes successfully but C creates an error. After running the script, whatever was updated by A and B is still reflected in the database?
Br, Kristian