Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2005-08-24 : 07:37:33
|
Abhijeet writes "Hi there.I am replicating 2 tables from A SQL Server to B SQL ServerThe replication type is Merge Replication.Case - 1When I entered the data in 2 tables thro' windows application connected to SQL server A.The automatic merge replication is set, so it should replicate with the 2 same tables in SQL Server B.Instead of that after few times the record is deleted from SQL Server A.Case - 2When I entered the data in 2 tables thro' web application connected to SQL server B.The automatic merge replication is set, so it should replicate with the 2 same tables in SQL Server A.It properly replicates with SQL Server A.My problem is in Case-1 why the record gets deleted? and what do I have to do to replicate the data from Server A to Server BSQL Server A - Publisher-DistributorSQL Server B - SubscriberSQL Server Ver 2000 at both endsPl Assist.Warm Rgds" |
|
|
|
|