Hello, all
I would like to ask what happens to active subscriptions in remote DB when publication changes.
I understand that when I have an update on a publication and I cannot know exactly what is the publications current state in each and every db, then I cannot use "drop/create" command pair (like I can use with procedures or triggers). That is because dropping a publication will drop all subscriptions as well.
So, I am trying to find a way to alter a publication, without knowing which articles it currently contains.
My question is: Can I first delete all articles in the publication and then add them again?
Will that deactivate the subscriptions?