sp_helparticlecolumns (Transact-SQL)
SQL Server 2005
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 Distributor on any database.
Transact-SQL Syntax Conventions
- [ @publication =] 'publication'
-
Is the name of the publication that contains the article. publication is sysname, with no default.
- [ @article=] 'article'
-
Is the name of the article that has its columns returned. article is sysname, with no default.
- [ @publisher= ] 'publisher'
-
Specifies a non-Microsoft SQL Server Publisher. publisher is sysname, with a default of NULL.
Note: publisher should not be specified when the requested article is published by a SQL Server Publisher.
Reference
sp_addarticle (Transact-SQL)sp_articlecolumn (Transact-SQL)
sp_changearticle (Transact-SQL)
sp_droparticle (Transact-SQL)
sp_droppublication (Transact-SQL)
System Stored Procedures (Transact-SQL)