I am using merge replication in SQL 2012. As mentioned here,
http://sqlchad.com/?tag=replication-2
It suggests that reinitialising my snapshot using the 'upload first' option will not use a dynamic snapshot to do the sync.
When reinitialising without using the 'upload first' option it will use the dynamic snapshot.
Is this true, if so why is this? Is there a workaround?