I'm using SQL server 2012 enterprise edition. I've set up a SQL transaction replication between two servers.
And now I want to drop some articles from the publication.
I'm not sure whether there are some special considerations/actions after the articles being removed from publication.
From MSDN it says:
For snapshot or transactional publications, articles can be dropped with no special considerations prior to subscriptions being created. If an article is dropped after one or more subscriptions is created, the subscriptions must be dropped, recreated, and synchronized.
However, from my test, after the articles being dropped and snapshot re-created, the subscription can successfully sync the data from publication without any special action.
Can anybody give some help?