I am not an expert on WCF and MSDTC so hopefully this is something simple. I have a client server, a web services server and a database. I want to be able to wrap calls to the web services server with
Has anyone come across a good explan开发者_JAVA百科ation as to why MSDTC is required for a BizTalk server farm?
I have a baffling issue with MSDTC We have 4 machines in our development project but only 1 cannot negotiate a MSDTC transaction.
I am using transaction scope. I want to have a transaction scope for 2 queries that are run in 开发者_如何学Pythondifferent database servers. One query runs on one server and the other one runs in a d
Hope someone of you have been there. I need to do some database stuff which involve multiple tables. I am using SubSonic 3 SimpleRepository to update/access records. Now in between calls to update tab
I am curious about the actual physical location of the components which are responsible for spanning a distributed transaction in a C# application using oracle and SQl server.
I have a COM+ application开发者_开发问答 (mostly vb6 based), that I need running on a 64-bit system. It\'s supposed to communicate with an oracle database (10g, 32bit). Everything works fine when I di
I\'m currently upgrading an app to SQL 2008 / Server 2008 R2 x64 and I\'m seeing some strange behaviour that I have not seen on SQL 2005 / Server 2003.Randomly I get an exception from MSDTC: The partn
I have a design in which I have two SQL Server databases. I have a single transaction containing DML statements to both databases.
I\'ve a web server and a separate SQL server. I\'m trying to use transaction scope to ensure that SQL queries are completed with my linq queries.