Hi - we use SQL Server 2000 transactional replication with queued updating. The problem I'm having is that MSsubscription_articles has multiple rows in a single article, one row with the corrrect artId, the other an incorrect, smaller artId. When queuereader picks up rows to go back to the publisher, the row has the wrong artId, to the action fails.
When I take the publication out of replication, one row left in the table. How can I clean up the subscriber?
Andy