Learn how to add or drop primary keys. Replication Server depends on primary keys to find the correct rows at the replicate or standby table.
alter replication definition publishers_rep add primary key zip
To drop a primary key, enter:
alter replication definition publishers_rep drop primary key zip
To replace all primary key columns, first alter the corresponding replication definition to add the new primary keys, then drop the old primary key columns in the table.