how to configure one-way merge replication?
From: Jessy (Jessy_at_discussions.microsoft.com)
Date: 02/10/05
- Next message: Bryan Murtha: "2000 to 2005 database mirroring or database snapshots?"
- Previous message: MGeles: "Merge Replication"
- Next in thread: Paul Ibison: "how to configure one-way merge replication?"
- Reply: Paul Ibison: "how to configure one-way merge replication?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Feb 2005 11:49:02 -0800
I am using SQL Server 2000. I want to copy a table data periodically from one
database to another database. i set up a merge replication - DB1 is the
publisher and DB2 is the subscriber. The subscriber is pulling from DB1.
Right now whenever I insert or update data on either DB it will update both
ends. Instead i want to just pull from DB1 into DB2. I dont want data to be
updated to DB1. I understand this is possible by changing the exchangetype.
I will like to change the exchangetyp from the default to '2'. How do i use
the command prompt replmerg.exe to set this value. What are the required
parameters when setting the replmerg ? I will appreciate it if someone can
give me a step by instruction to set this up correctly. If there is another
alternative let me know.
Also i have another question. If DB1 tableA has col1,col2,col3 and DB2
tableB has col1,col2,col3,col4 can these two tables replicate?
I am wondering if the two tables need to have the same number of fields and
types.
- Next message: Bryan Murtha: "2000 to 2005 database mirroring or database snapshots?"
- Previous message: MGeles: "Merge Replication"
- Next in thread: Paul Ibison: "how to configure one-way merge replication?"
- Reply: Paul Ibison: "how to configure one-way merge replication?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|