• Anders_ss (11/27/2014)


    I'm been using this article as reference when I tested a migration of the Distribution database the last week. It is very good and informative, but it has some limitations. It probably works well with transactional replication, but lack some scripts for merge replication.

    In order to make it working on my test enviroment using only merge replication with pull subscription from SQLexpress clients I had to update the publisher_id in the following tables:

    [distribution].[dbo].[MSsnapshot_agents]

    [distribution].[dbo].[MSmerge_subscriptions]

    [distribution].[dbo].[MSmerge_agents]

    [distribution].[dbo].[MSmerge_identity_range_allocations]

    I can now sync my clients again, and they did not have to download the snapshot again in order to make it work.

    Anders

    Cool...good point. I shall add scripts and more info for merge,snapshot and peer-to-peer replication in future.