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