I was wondering whether we can use partitioned tables at the Publication level and non-partitioned tables at the Subscriber level? I was reading this article, Replicating Partitioned Tables and Indexes
It doesn't mention anything about what if Publication has a partitioned table and subscribers are non-partitioned. Is it even possible? If yes how does it work? Because I have read somewhere that partition switch just changes the metadata of that partition. How would SQL Server know theres new data to be replicated?