Tagged Questions

0
votes
1answer
13 views

Synchronize online SQL Server 2008 databases

As I found this can be done with merge replication in SQL Server. But I have only one main server and many small ones(with Express edition installed on them). Let me explain: Th …
0
votes
1answer
18 views

New to MySQL scaling-how to have 2 master-write servers?

From what I learned, a MySQL MASTER server is one that can both read and write. Correct? My question is: Suppose you have 2 MySQL master-write servers (and many slave-read servers …
1
vote
1answer
48 views

How do I add new articles with transactional replication?

Suppose I'm using transactional replication to replicate articles from one server to another (both running SQL Server 2000). This is setup and working great. Then, I decide to add …
0
votes
1answer
21 views

How do I publish an alteration to a replicated stored procedure (SQL 2000)?

We have several stored procedures marked as articles for replication in our SQL2000 database. If we update any of them via ALTER PROCEDURE, the changes are applied to the master, …
0
votes
1answer
19 views

Mysql Replication Restore

Hi, How can I start one slave and tell him to stop updating in one date and time? Like "update slave until Friday 9:00"? Is possible? Thanks in advance? Regards, Pedro
0
votes
2answers
24 views

Database replication and migration schemes

Hi, We are looking at database replication for rolling deploys. It gets complicated as our deploys involve data migrations too. What would be a good replication scheme. I guess m …
0
votes
3answers
35 views

SQL Server Replication

What is difference between 3 type of replication? Is replication suitable for data archiving? What is the replication steps?
1
vote
1answer
25 views

Temporary Tables and SQL Server Replication

I'm a bit of a noob, so pardon me if the answer to this question seems obvious. I have been tasked with the creation of SSIS packages that will operate in an environment maintained …
0
votes
0answers
29 views

SQL Server 2008 Merge Replication over Internet

We have decided to put our servers in data centers on east and west coast of US, to keep high level redundancy. We like to replicate our SQL Server 2008 databases using merge repli …
0
votes
1answer
36 views

Does mySQL Replication: Master DB Name has to be the same as the Slave DB name??

I have set the Master DB Name as MDB & in the Slave server I set to replicate-do-db=SDB <-- this did not work? But when I set it up as the same DB name it works. Is there an …
0
votes
1answer
22 views

Microsoft Sync Framework Or Replication

What is deference between Microsoft Sync Framework and Replication? which one is better?
1
vote
2answers
37 views

ADO.NET (Sql Compact + MySQL + IBM db2 expressC)

I'm developing an app which will have a central database users can add entries to. The database will have to be on a server somewhere but I want the users to be able to add entries …
0
votes
1answer
17 views

What are your opinions of DRBD/Heartbeat for replication and failover for the Firebird RDBMS?

I am researching the possibility of using Firebird for a project. However, one potential problem is replication and failover, or rather, lack of a (subjective) "good" solution. …
0
votes
3answers
40 views

Is it possible to do N-master => 1-slave replication with MySQL ?

Hello, I want to make a dedicated SLAVE machine for data replication of three database on three different servers. In other words, I want to do Multiple Master => SIngle Slave r …
2
votes
3answers
96 views

Keeping distributed databases synchronized in a unstable network

I'm facing the following challenge: I have a bunch of databases in different geographical locations where the network may fail a lot (I'm using cellular network). I need to keep a …

1 2 3 4 5 18 next
15 30 50 per page