sys.sp_helparticlecolumns

general
#stored-procedure

Description

Returns all columns in the underlying table. This stored procedure is executed at the Publisher on the publication database. For Oracle Publishers, this stored procedure is executed at the The name of the publication that contains the article.

Syntax

sp_helparticlecolumns
[ @publication = ]
N
'publication'
, [ @article = ]
N
'article'
[ , [ @publisher = ]
N
'publisher'
]
[ ; ]