Recently,We found that add a article to a existing publication in sql server 2012 would cause all the published article blocked in this publication , you could find the article's modify time is now by dmv sys.objects. in sql server 2008 R2 we can change two property "allow_anonymous","immediate_sync" to false then solve it ,but now in sql server 2012 we have also modify these two property ,butthe problem persists . Did there any differen replication working mechanism between sql server 2008 R2 and sql server 2012 , have any idea to solve it ?
↧