I am using SQL Server 2016 for pull merge replication. It inclueds tables, views, procedureds and functions. For some databases the merge agent is tring to apply views to subscribers before the tables are in first sync, causing it to error.
Any idea why, or how to change it?
Removing all views from replication in SSMS, rebuild snapshot, sync and adding the views back will solve it. Only normally there are multiple subscribers, so that is not a good solution.