0
votes
0answers
59 views
My previous team member “replicated” a database on a server onto another server. But now it’s not in sync anymore. [closed]
Database 1 is a regular database server.
He replicated it to Database 2...a direct clone. Master-Master.
They are in "sync" all the time. They each have 40 million rows.
Today, Database 2 is …
0
votes
3answers
29 views
Backup only new or edited records
I have built a SQL Server Express database that is going to be housed on an external hd. I need to be able to add/update data on the database that is on my system, as well as other systems and then …
0
votes
1answer
17 views
How can i write a program which reports on status of SQL Server replication
Hi,
Some of our end users are not IT savvy and may not know how to check the health of the SQL replication system. Are there any tools which are simpler than SQL Server Management Studio that they …
0
votes
2answers
30 views
How can SQL Server email an error message when Replication publisher fails to connect to a subscriber system
Hi,
We have several remote locations where we have set up SQL Server 2005 replication. Sometimes the publisher fails to replicate due to various reasons like
1) network problems,
2) improper shut …
0
votes
1answer
39 views
How do I disable/enable MySQL replication monitoring?
How do I disable/enable MySQL replication monitoring?
I would like to be able to run a command line to disable monitoring a service. The GUI is to slow to do this task. Every time I have to run a …
1
vote
7answers
198 views
Can I set up a filtered, star-pattern database replication?
We have a client that needs to set up N local databases, each one containing one site's data, and then have a master corporate database containing the union of all N databases. Changes in an …
1
vote
1answer
16 views
query on MySQL 5 replication
I have a table which contains a large volume of data...thousands of million of rows. I am planning to have a replica of this table. Can I have an index on replica only not on the original table, so …
1
vote
0answers
22 views
Disparate database replication (between different types of RDBMS)
I'm looking for a recommendation for a product that enables replication between different database systems. We're just looking for standard replication (copy this table over here and apply …
0
votes
1answer
56 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 any solution out there …
1
vote
4answers
110 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 replication.
Is …
4
votes
2answers
62 views
ActiveRecord counter_cache giving stale count with multi_db gem
I'm using the multi-db gem with Slony-I replication on PostgreSQL in a Rails app. This mostly works perfectly, but there is a bit of a replication lag in certain cases. One of the cases involves an …
1
vote
1answer
38 views
MySQL: Writing to slave node
Lets say I have a datbase of Cars. I have Makes and Models (FK to Makes). I plan on having users track their cars. each Car has a FK to Model. Now, I have a lot of users, and I want to split up my …
0
votes
0answers
17 views
Checking where a table is replicated from - SQL 2000
I have a SQL 2005 database, that has a couple of publications set up, to a SQL 2000 database on a seperate server.
Some of these tables are prefixed: company_live$TableName
however, i can see some in …
0
votes
2answers
1k views
SQL Server Update Trigger, Get Only modified fields
I am aware of COLUMNS_UPDATED, well I need some quick shortcut (if anyone has made, I am already making one, but if anyone can save my time, I will appriciate it)
I need basicaly an XML of only …
1
vote
2answers
267 views
couchdb as “briefcase”: replication and/or database dumps?
I have a need to migrate some CouchDB database data back and forth between two desktop computers at different locations. One of the computers is Windows XP, one is a Macintosh running OS X 10.5. …
