¡@

Home 

c# Programming Glossary: msdtc

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.. actions 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..

The underlying provider failed on Open

http://stackoverflow.com/questions/2475008/the-underlying-provider-failed-on-open

out over multiple connections. This elevates to MSDTC . See this reference and this one for more information. Changing..

Under what circumstances is an SqlConnection automatically enlisted in an ambient TransactionScope Transaction?

http://stackoverflow.com/questions/2884863/under-what-circumstances-is-an-sqlconnection-automatically-enlisted-in-an-ambien

somewhere that this is fixed in SQL Server 2008 so that MSDTC is not used when the same connection string is used for both..

How do you get around multiple database connections inside a TransactionScope if MSDTC is disabled?

http://stackoverflow.com/questions/761031/how-do-you-get-around-multiple-database-connections-inside-a-transactionscope-if

multiple database connections inside a TransactionScope if MSDTC is disabled I have a web application that issues requests to.. different databases and my sql server box does not have MSDTC enabled so I get an error whenever I try to either create a..

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.. DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool. using TransactionScope.. this key is set to 2 RPC_RESTRICT_REMOTE_CLIENT_HIGH then MSDTC network transactions will not be able to work properly. MSDTC..