Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

Replication:rowguid column value

$
0
0

I have a scenario like this.i have two replication setup in my sql server.let us consider database name are A, A1, B, B1

database A  is publisher and A1 is subscriber of a replication.i have another replication where B  is publisher and B1 is subscriber.both replications are merge replication scheduled to run once in a day.

During day 1 of replication some rows will be replicated from database A to A1 by replication and also from B to B1 .Now during day 2 i shift some rows from database A to B along with rowguid column manually .So in day 2 does it cause any problem for replication between B and B1? Because i have manually transfered rows from A to B along with row guid column value. Does replication work between B and B1 properly as it's rowguid column value has already involved in replication in database A in day 1.Also will it cause any problem for replication between A and A1

i think you have understood my question.thank u.


Viewing all articles
Browse latest Browse all 4054

Trending Articles