distributed-transactions
TransactionScope: Avoiding Distributed Transactions
I have a parent object (part of a DAL) that contains, amongst other things, a collection (List<t>) of child objects.[详细]
2023-01-06 01:54 分类:问答Spring Distributed Transaction Involving RMI calls possible?
Background I have Spring Client application that provisions a service to two servers using RMI. In the the client I save an entity to the database (easy) and make rmi calls to two servers with detail[详细]
2023-01-05 09:16 分类:问答Is there a way to put several SQL to diffrente servers inside the same transaction?
In my system we do action, and for reporting sake we log that action on another server (star schema if it interests).[详细]
2023-01-04 09:17 分类:问答Replication SQL SERVER
In my Production Server i have replication which working fine, i do have Distributed Database which as 开发者_JS百科2 subscriber db .[详细]
2023-01-04 00:17 分类:问答Integrity and Confidentiality in Distributed Transactions
I\'ve a question regarding distributed transactions. Let\'s assume I have 3 transaction programs: Transaction A[详细]
2022-12-31 05:00 分类:问答How do you deal with denormalization / secondary indexes in database sharding?
Say I have a \"message\" table with 2 secondary indexes: \"recipient_id\" \"sender_id\" I want to shard the \"message\" table by \"recipient_id\". That way to retrieve all messages sent to a certa[详细]
2022-12-29 01:30 分类:问答Why is TransactionScope using a distributed transaction when I am only using LinqToSql and Ado.Net
We are having problems on one machine, with the error message: \"MSDTC on server XXX is unavailable.\"[详细]
2022-12-28 03:08 分类:问答WCF Transaction Flow Question
I would like to configure WCF service operations to accept a transaction if my client sends one, but not to create one if none is sent.I think this would be similar to the Supported transaction attrib[详细]
2022-12-12 04:20 分类:问答Transactions within loop within stored procedure
I\'m working on a procedure that will update a large number of items on a remote server, using records from a local database.Here\'s the pseudocode.[详细]
2022-12-08 15:34 分类:问答Oracle 10.2 acting weird. Or is it me
Please check out the following query. The SQL isn\'t as bad as it looks. Basically, we have a fact table and some simple joins to some dimension tables. Then we have a join to a derived table, given t[详细]
2022-12-08 01:09 分类:问答