When I update a value on a table where the column cascades updates to many other tables (and the other tables have foreign keys that enforce referential integrity on that column) and I cancel the operation? Is the whole operation treated as a transaction and rolled back? I’m cancelling from Sql Management Studio.
Share
Yes. That is what A(tomicity) in ACID is all about