How To

How to Modify Publications and Articles (Transact-SQL)

To view snapshot or transactional publication properties

To view merge publication properties

To modify publication properties

To modify merge publication properties

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

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.