G
Guest
When I use TransactionScope in my code, I got error message saying "cannot
use SAVE TRANSACTION in distributed transaction". This is because I have SAVE
TRANSACTION in one of my stored procedures.
It looks like TransactionScope automatically starts distributed transaction
even I only access one SQL server database. Does anybody know how to stop
TransactionScope from starting distributed transactions? In my application,
it should be only local transactions.
Thanks a lot.
use SAVE TRANSACTION in distributed transaction". This is because I have SAVE
TRANSACTION in one of my stored procedures.
It looks like TransactionScope automatically starts distributed transaction
even I only access one SQL server database. Does anybody know how to stop
TransactionScope from starting distributed transactions? In my application,
it should be only local transactions.
Thanks a lot.