I have a semi-working transaction replication running. That is to say except a few articles i couldn't add in. I couldn't add them because I didnt want to drop the table and recreate it. I want to keep the records in this table on the
subscriber but append the records from the publisher. So I selected to leave the existing table as it is. But when it ran the snapshot it gave an error about PK conflict. What can I do to keep the records and only append from the pub?
↧