What is the advantage of wrapping database calls into MTS transactions?
Ans) If database calls are made within the context of a transaction, aborting the transaction will undo and changes that happen within that transaction. This change the possibility of stranded, or partial data.