How to define a snapshot article (Transact-SQL)
To define an article (snapshot)
- Execute sp_addarticle to define an article.
- Execute sp_articlefilter to partition a table horizontally.
- Execute sp_articlecolumn to partition a table vertically.
- Execute sp_articleview to create the synchronization object for an article when a table is filtered vertically or horizontally.
See Also
(c) 1988-98 Microsoft Corporation. All Rights Reserved.