We are facing a problem we have never seen before:
On a SQL Server 2014 environment we created both a transactional and a merge publication. Both publications have a 2008R2 subscriber and snapshots and subsequent data changes make it to the other side.
However: for both publications, the tables on the subscriber have no primary keys, where on publisher they have.
In the replication monitor, under Distributor To Subscriber History, it even says 'Creating Primary Key index on table...'
Does anyone have a clue why SQL Server does not create the primary keys at subscriber? Is this some feature I am unfamiliar with?
There are no errors in any log. All scripts have been successfully transferred to subscriber.
Thank you in advance!
Roeland