I have a requirement to perform some action and if something goes wrong I want all my data which was changed via multiple API to get reverted back so is there any way to Set the Transaction scope to complete DB such that Begin transaction is set at the first API and later on the 10th API or so I would either commit my changes or rollback
is this possible in SQL server to set Transaction scope kind of thing on the entire database