Hi SSC,
I ran across a block of code today which does deletes from a table in batches of 5000. Nothing crazy there. However the developer wrapped the entire set of batches in an explicit transaction, like so:
[code="sql"]
decla
I ran across a block of code today which does deletes from a table in batches of 5000. Nothing crazy there. However the developer wrapped the entire set of batches in an explicit transaction, like so:
[code="sql"]
decla