sql-server: does adding a view in merge replication forces a reinitialisation of the subscriptions
Posted
by Philippe Grondier
on Stack Overflow
See other posts from Stack Overflow
or by Philippe Grondier
Published on 2010-06-01T06:38:25Z
Indexed on
2010/06/01
6:43 UTC
Read the original article
Hit count: 256
It is possible to add both indexed and non-indexed views to a merge publication through sp_addmergearticle Stored Procedure, but it is not clear if this will force the invalidation of the existing snapshot, and consequently force the reinitialisation of the subscription. If anybody has a clue ...
© Stack Overflow or respective owner