Contents Index sp_remote_type procedure sp_remove_article_col procedure

SQL Remote User's Guide
  Command Reference for Adaptive Server Enterprise

sp_remove_article procedure


Purpose 

To remove an article from a publication

Syntax 

sp_remove_article publication_name,
table_name

Argument Description
publication_name The name of the publication from which the article is to be deleted.
table_name The table containing the article.
See also 

sp_add_article procedure

ALTER PUBLICATION statement

Description 

Running sp_add_article removes an article from a publication. Any article including parts of the named table is removed from the publication.

Example 

Contents Index sp_remote_type procedure sp_remove_article_col procedure