Can shareplex replicate partitioned table to non-partitioned table or vise versa?
1)Yes, Shareplex can replicate partitioned table to non-partitioned or vise versa.
2) Things to consider when replicating from non-partitioned source to partitioned table.
a) You need to enable row movement on the target, if you update a column on the source which is partitioned on the target, and the update will cause the row to move from on partitioned to the next on the target. Post will stop due to error if this is not done.