How to define a snapshot article (Transact-SQL)

To define an article (snapshot)

  1. Execute sp_addarticle to define an article.
  2. Execute sp_articlefilter to partition a table horizontally.
  3. Execute sp_articlecolumn to partition a table vertically.
  4. Execute sp_articleview to create the synchronization object for an article when a table is filtered vertically or horizontally.
See Also
Defining an Article sp_articlefilter
sp_addarticle sp_articleview
sp_articlecolumn  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.