NOCASCADE_FORCE vs NONCONFLICT_ONLY
In this post I’ll explain how values that get updated back to how the look at the originating transaction are handled. I’ll use three transactions… Read More »NOCASCADE_FORCE vs NONCONFLICT_ONLY
In this post I’ll explain how values that get updated back to how the look at the originating transaction are handled. I’ll use three transactions… Read More »NOCASCADE_FORCE vs NONCONFLICT_ONLY
Last but definitely not least is the NOCASCADE_FORCE mode. It implements the following rule when backing out transactions. Backout the desired transaction on an as-is,… Read More »NOCASCADE_FORCE Mode
The third mode available for backing out transactions is NOCONFLICT_ONLY mode. It implements the following rule: Only backout transactions for records that were not touched… Read More »NONCONFLICT_ONLY Mode