database-replication
Replicating multiple servers with specific replication requirements between servers
Consider two tables A and B, that looks like the following (Let me apologize for the ugly ASCII-tables):[详细]
2023-02-13 17:56 分类:问答How do I "distribute" a database?
开发者_开发知识库Until now my "database server" has been happy with being a single PC.[详细]
2023-02-10 07:04 分类:问答SQL Transactional Replications with triggers running concurrently
I have setup SQL Server transactional replication to run continuously for two tables (Parent and child records). At the subscriber end, I have insert and update triggers on both replicated tables.[详细]
2023-02-07 08:13 分类:问答Oracle-to-SQL Server replication: manipulate data during replication
I\'ve \"inherited\" a working Oracle (10g) to SQL Server 2005 data replication using standard SQL Server snapshot and transactional replication.[详细]
2023-02-06 21:56 分类:问答Error from postgresql 9.0 archiving while configuring hot streaming replication
I am trying to get streaming replication running on postgresql 9.0. I am following the steps as mentioned in the link : http://brandonkonkle.com/blog/2010/oct/20/postgres-9-streaming-replication-and-d[详细]
2023-02-06 13:00 分类:问答Create MySQL Replication Delay
Is there any wa开发者_如何转开发y to force a replication delay using MySQL? E.g. I want a slave to be 12 hours behind a master. Anyway to make this happen?The Maatkit toolkit has a tool for this:[详细]
2023-02-03 22:17 分类:问答Replication - User defined table type not propagating to subscriber
I created a User defined table type named tvp_Shipment with two columns (id and name) . generated a snapshot and the User defined table type was properly propagated to all the subscribers.[详细]
2023-02-01 10:06 分类:问答sql server 2005 replication article conflict
I have a sql server 2005 database that I want to setup replication for. The problem is that the database has two schemas both of which have a table with the same name in it.[详细]
2023-01-31 18:18 分类:问答What is the best of two approaches to achieve DB Replication?
we have two approaches to achieve DB Replication: Master-Master开发者_JS百科 replication. Master, 1 Primary Slave, 1 Secondary slave.[详细]
2023-01-29 03:10 分类:问答best way for handling identity columns in replication
I need to implement Merge replication with a scenario like a Central Main server, 4 Office Servers located at each country office, and each machine having sql exp开发者_如何学JAVAress insatalled on th[详细]
2023-01-26 05:38 分类:问答