¡@

Home 

c# Programming Glossary: dtc

TransactionScope automatically escalating to MSDTC on some machines?

http://stackoverflow.com/questions/1690892/transactionscope-automatically-escalating-to-msdtc-on-some-machines

automatically escalating to MSDTC on some machines In our project we're using TransactionScope's.. in a transaction. We're aiming to not require the MSDTC service to be enabled on our end user's machines. Trouble is.. is on half of our developers machines we can run with MSDTC disabled. The other half must have it enabled or they get the..

Transactions in .net

http://stackoverflow.com/questions/224689/transactions-in-net

code and to talk to multiple providers although DTC will get involved if you talk to more than one . For example.. caveats On SQL Server 2000 a TransactionScope will go to DTC immediately this is fixed in SQL Server 2005 and above it can.. until you talk to 2 sources etc when it is elevated to DTC. There is a glitch that means you might need to tweak your connection..

How does TransactionScope roll back transactions?

http://stackoverflow.com/questions/494550/how-does-transactionscope-roll-back-transactions

How do I use TransactionScope in C#?

http://stackoverflow.com/questions/794364/how-do-i-use-transactionscope-in-c

2005. Network access for Distributed Transaction Manager MSDTC has been disabled. Please enable DTC for network access in the.. Transaction Manager MSDTC has been disabled. Please enable DTC for network access in the security configuration for MSDTC using.. DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool. using TransactionScope..

What is ?œOutbound Transaction??in layman terms?

http://stackoverflow.com/questions/9631349/what-is-outbound-transaction-in-layman-terms

Single phase e.g. SQL BEGIN TRAN or Two Phase e.g. XA DTC Compensated Long running transactions usually in context of..