Support TransactionScope for light transaction
We understand that supporting distributed transactions (with MS-DTC-like) doesn't land itself very well to a cloud database. But supporting light (single DB, non-distributed) database via the TransactionScope API is quite elegant and loosing that to go to the cloud is a barrier to adoption for quite a few applications.
We could have TransactionScope supported and throwing an exception the minute we try to upgrade the transaction to distributed.
5
votes