We have our replication set such that we have to manually resolve conflicts when they occur(very infrequently).
However, last night a colleague attempted to push a snapshot to a new subscriber and somehow one of the tables never populated with data. This table was related to another table which did receive data. This led to a foreign key violation which led to about 9,000 conflicts at our publisher.
Does anyone know of a way to clear all these conflicts other than through the interactive resolver which requires clicking every row and accepting the action already taken? We're not really in the mood to click this button 9,000 times.
I have already deleted the subscriber thinking this would clear up the conflicts but it does not.
We have a SQL Server 2000 publisher with MSDE subscribers.
TIA,
J
However, last night a colleague attempted to push a snapshot to a new subscriber and somehow one of the tables never populated with data. This table was related to another table which did receive data. This led to a foreign key violation which led to about 9,000 conflicts at our publisher.
Does anyone know of a way to clear all these conflicts other than through the interactive resolver which requires clicking every row and accepting the action already taken? We're not really in the mood to click this button 9,000 times.
I have already deleted the subscriber thinking this would clear up the conflicts but it does not.
We have a SQL Server 2000 publisher with MSDE subscribers.
TIA,
J