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 |
|
kyklovod
Starting Member
4 Posts |
Posted - 2002-07-17 : 07:29:11
|
| I have configure Transatonal Replication.My network is not very good and i have some periods of fails connection between these two servers.Sometimes i recieves error for network sometimes i not ...But this is not the problem.The problem is that i lose rows at subscriber the statement but with no errors in replication agentsselect count(*) from published_table_at_publisher returns different values thanselect count(*) from published_table_at_subscriber but transactiona replication continue with no error ... I recieve error "The row was not found at the Subscriber when applying the replicated command." after some one try to update that rows that are not in table_at_subscriber do u have any ideas ?what is such a behaviour? |
|
|
|
|
|