Cannot complete sp_changemergearticle......

  • I try to set processing_order for merge replication first snapshot. When I run

    sp_changemergearticle as

    [font="Arial Narrow"]

    EXEC sp_changemergearticle @publication = N'My_publication', @article = N'MyTable', @property = N'processing_order', @value = N'44', @force_invalidate_snapshot = 1, @force_reinit_subscription = 0;

    [/font]

    it start batch but can not complete. I wait about 14 hours, not result and have to cancel query.

    sql server 2008 -10.0.4000.0

  • Did you try closing all other connections to the database before running the script?

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply