all groups > sql server replication > july 2007 >
You're in the

sql server replication

group:

insert/update/delete without replication


insert/update/delete without replication Udit Ghai
7/30/2007 1:15:22 AM
sql server replication:
Hi,
i have a peer to peer replication set up between 2 databases. There
was a parallel insert the databases are out of sync. i know the table
where the difference is. Is there any stored procedure with which i
can insert/update/delete without it being replicated?
RE: insert/update/delete without replication Paul Ibison
7/30/2007 1:34:02 AM
You could use the SKIPERRORS flag, or you could modify the relevant
rteplication stored procedure on the subscriber to skip the change.
HTH,
Paul Ibison
AddThis Social Bookmark Button