sys.sp_helpmergearticlecolumn
general #stored-procedure
Description
Returns the list of columns in the specified table or view article for a merge publication. Because stored procedures don’t have columns, this stored procedure returns an error if a stored procedure is specified as the article. This stored procedure is executed at the Publisher The name of a table or view that is the article to retrieve information on.
Syntax
sp_helpmergearticlecolumn
[ @publication = ]
N
'publication'
, [ @article = ]
N
'article'
[ ; ]