MSDTC is an acronym for Microsoft Distributed Transaction Coordinator.
Is this even a valid question? I have a .NET Windows app that is using MSTDC and it is throwing …
sql-server msdtcI'm trying to run SQL against a linked server, but I get the errors below : BEGIN DISTRIBUTED TRANSACTION SELECT TOP 1 * …
sql-server sql-server-2005 msdtc distributed-transactionsI get this weird error on SQL Server. And I cannot find solution in older posts. I have this procedure: …
sql-server linked-server msdtcIn our project we're using TransactionScope's to ensure our data access layer performs it's actions in a transaction. We're aiming …
c# .net transactions transactionscope msdtcI'm trying to run a distributed transaction from my machine (SQL Server 2012) to a client server (SQL Server 2008). I'm trying …
sql-server distributed-transactions msdtcWe are using transaction scope features of ASP.NET to manage distributed transaction for that we need to enable distributed …
sql-server windows-server-2008 msdtcWe have a web service on server #1 and a database on server #2. Web service uses transaction scope to produce distributed …
c# sql-server nhibernate msdtcI am using MVC 3 with Entities, now I have used the below line of codes from my controller using (var …
sql-server entity-framework asp.net-mvc-3 msdtcI am getting error: communication with the underlying transaction manager has failed when I am trying to run my application …
c# msdtcI have hosted my Webapp on server 1 and my database on server 2 But i m getting following error "Communication with …
sql-server transactions windows-server-2008 windows-server-2003 msdtc