One server increment 1, 3, 5. The othe开发者_Go百科r server increment 2, 4, 6Based on this insightful tutorial: http://www.howtoforge.com/mysql_master_master_replication#comment-12927
I will be building an in-house, Occasionally Connected App (OCA). What technologies would you suggest I employ.
I\'m working on a Ruby on Rails/PostgreSQL web app that a mobile device communicates with. The mobile device has the abilit开发者_运维知识库y to post to a primary server and geographically redundant s
I have an in house app that has both a Web Interface and a Desktop Interface(is an OCA using Merge Replication).We are still using SQL 2005 and have many \'Archive\' tables set up.These are filled by
My problem is that for some reason there is a 15min delay between replication alerts (at the distribution agent), even when the underlying cause is the same transaction as what caused the previous ale
I have a very large (100+ gigs) SQL Server 2005 database that receives a large number of inserts and updates, with less frequent selects. The selects req开发者_JS百科uire a lot of indexes to keep them
I\'m not sure, if it fits exactly stackoverflow, however as i\'m seeking for some code rather than a tool, i think it does.
I have two different servers for mysql databases. First server is for master database and second serv开发者_开发问答er to act as slave. Now i need to synchronization all the changes being done on my m
I have a requirement to use Sql replication from a sql server 2005 instance to a Sql 2000 instance over a vpn.The vpn is permanent between the 2 sites and there are only a few tables that need replica
I am working on an application that will connect to SQL Server 2005 when users are in the office, or it will connect to SQL Server CE 3.5 when users are on a laptop and out of the office.