Tagged Questions

0
votes
1answer
8 views

How can I find Replication Bytes Per second in SQL 2005?

Is there an easy way to get a bytes per second measurement for replication? I am trying to get a mesuarment for some networking people. Thanks
0
votes
1answer
10 views

Sql Server merge replication primary key violations

Using Sql Server 2008. Pretend I have a publisher and 2 subscribers A and B. The replicated table has a guid on it and also a primary key that is not the guid. Frequently, updates happen at both …
1
vote
1answer
23 views

Oracle streams and denormalization

I intend to use Oracle Streams for replication from Source to Target. The Target will be used mainly to run Reports. Earlier, all the reports used to run on the Source itself. Therefore, this …
0
votes
1answer
29 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, but never published …
1
vote
3answers
135 views

MySQL Monitor Replication

Hi, Does anyone knows any free alternative MySQL Enterprise Monitor? I need some tool, that allows me to monitor my 3 servers with replication without having to open ssh console, and use command …
1
vote
2answers
95 views

autoincrement primary key and replication

Recently I was told to add auto_increment primary key to all our tables because our database is going to be replicated (master-master solution). All our tables had some kind of primary key, but not …
2
votes
2answers
57 views

Selective replication with CouchDB

I'm currently evaluating possible solutions to the follwing problem: A set of data entries must be synchonized between multiple clients, where each client may only view (or even know about the …
0
votes
2answers
27 views

How do I lock a MySQL DATABASE so that write/read/update/delete ..everything is locked?

I want to lock everything--completely. Very simple. Just prevent things from changing!! Will this work? use mydatabase; flush tables with read lock; ... unlock tables; Edit: But, it has to be …
2
votes
3answers
61 views

Does SQLite support replication?

In an application which embeds SQLite3 and uses an in-memory database, is it possible to replicate the database between two running instances of the application? I could do this by hand with a …
0
votes
0answers
21 views

MySQL auto-increment problem on master-master replication , and the logic to solve it.

I had a auto-increment duplication issue for master-master replication. Then, I set: SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 99999; This skips 9999 queries. Then I did: SHOW SLAVE STATUS\G …
0
votes
2answers
25 views

Search filenames in MySQL database table restricted by filetype?

Hello I have a MySQL database that I replicate from another server. The database contains a table with this columns ID, FileName and FileSize In the table there are more than 4'000'000 records. I …
0
votes
1answer
33 views

SQL Server Replication, Consolidation

How do I consolidate multiple publications into 1 consolidated table on the subscriber? For example. Consider a very simple sales model where we replicate sales data from the stores to the central …
0
votes
0answers
24 views

Mysql Replication out of sync? What commands do I run to sync it back up? [closed]

I have a master-master replication system. However, due to an auto-increment issue, I got an error in replication...and it stopped replicating. Someone told me to do: stop slave; SET GLOBAL …
1
vote
3answers
30 views

SQL Server Replication, Distributor

I need to implement a SQL Server replication solution. Very simple need for now. I just need to replicate one pretty simple table from 200 remote sites or so to one central server. The data is not …
0
votes
1answer
46 views

MS Access 2003 - Really simple question

If I try to duplicate an access file (this file is split into mdb and be mdb, and also has mde files), by importing everything into a brand new access application, why won't the table links work? …

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