How to Modify Publications and Articles (Transact-SQL)

How to Install SQL Server 2000

How To

How to Modify Publications and Articles (Transact-SQL)

To view snapshot or transactional publication properties

  • Execute sp_helppublication to display information about a publication.

To view merge publication properties

  • Execute sp_helpmergepublication to display information about a publication.

To modify publication properties

  • Execute sp_changepublication to modify the properties of a publication.

To modify merge publication properties

  • Execute sp_changemergepublication to modify the properties of a publication.

To view article properties for a snapshot or transactional publication

  1. Execute sp_helparticle to display information about an article.

  2. Execute sp_helparticlecolumns to display all columns in the table underlying an article.

To view merge article properties

  1. Execute sp_helpmergearticle to display information about a merge article.

  2. Execute sp_helpmergefilter to display information about merge filters.

To modify article properties for a snapshot or transactional publication

  • Execute sp_changearticle to change the properties of an article.

To modify merge article properties

  1. Execute sp_changemergearticle to change the properties of an article.

  2. Execute sp_changemergefilter to change the properties of a filter.