A small detail on TransactionScope and LTM
As you probably already know, the Lightweight Transaction manager (LTM) is the first choice of TransactionScope. This means that if certain conditions are met, one or more connections inside a transaction scope will be wrapped in a single transaction –not a distributed one-. One common scenario for this is having two connections of the same database inside a transaction scope
See more here:
A small detail on TransactionScope and LTM


