Drops an article from a publication. An article cannot be removed if one or more subscriptions to it exist.
sp_droparticle [@publication =] 'publication', [@article =] 'article'
[,[@ignore_distributor =] ignore_distributor]
0 (success) or 1 (failure)
sp_droparticle is used in all types of replication.
sp_droparticle checks the article’s type column in the sysarticles table to determine whether a view or filter should also be dropped. If a view or filter was autogenerated, it is dropped with the article. If it was manually created, it is not dropped.
Only members of the sysadmin fixed server role or db_owner fixed database role can execute sp_droparticle.