Question to database specialists: is it possible to make replication master-slave in MySQL having more tables on the slave? I know only about different table definitions
I am replicating several tables to a database on the same server as the source database. Those tables have several foreign keys between them.When I look at the replicated tables, they d开发者_如何学J
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I need to use replication between my databases. But me hosting provides only Web Edition of SQL Server. In 开发者_运维技巧web edition replication is not supported. May be anyone have some suggestions?
Can 开发者_如何学编程any one help me in setting up Raven DB Replication? Tried a lot of ways a lot of time but no success.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Is there a way, via script, to see what the name of the job is that will fire the snapshot for my replication?
I am trying to automate the reinitialization of several replication subscriptions that pull anonymously from the distribution server. I am
(using SS2008)Within a sql server database, I\'d like to copy all the data of one client for a new client.In开发者_开发百科 other words, generate exact duplicates of all records that pertain to client
Currently I have nor开发者_运维技巧mal MySQL Master - Slave configured. For ex :- Server 1 as Master and Server 2 as Slave.