Ócáid
Mar 31, 11 PM - Apr 2, 11 PM
An ócáid foghlama SQL, Fabric and Power BI is mó. Márta 31 – 2 Aibreán. Bain úsáid as cód FABINSIDER chun $ 400 a shábháil.
Cláraigh inniuNí thacaítear leis an mbrabhsálaí seo a thuilleadh.
Uasghrádú go Microsoft Edge chun leas a bhaint as na gnéithe is déanaí, nuashonruithe slándála, agus tacaíocht theicniúil.
Applies to:
SQL Server
Azure SQL Managed Instance
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
sp_helparticlecolumns
[ @publication = ] N'publication'
, [ @article = ] N'article'
[ , [ @publisher = ] N'publisher' ]
[ ; ]
The name of the publication that contains the article. @publication is sysname, with no default.
The name of the article that has its columns returned. @article is sysname, with no default.
Specifies a non-SQL Server Publisher. @publisher is sysname, with a default of NULL
.
@publisher shouldn't be specified when the requested article is published by a SQL Server Publisher.
0
(columns that aren't published) or 1
(columns that are published).
Column name | Data type | Description |
---|---|---|
column id |
int | Identifier for the column. |
column |
sysname | Name of the column. |
published |
bit | Whether column is published:0 = No1 = Yes |
publisher type |
sysname | Data type of the column at the Publisher. |
subscriber type |
sysname | Data type of the column at the Subscriber. |
sp_helparticlecolumns
is used in snapshot and transactional replication.
sp_helparticlecolumns
is useful in checking a vertical partition.
Only members of the sysadmin fixed server role, the db_owner fixed database role, or the publication access list for the current publication can execute sp_helparticlecolumns
.
Ócáid
Mar 31, 11 PM - Apr 2, 11 PM
An ócáid foghlama SQL, Fabric and Power BI is mó. Márta 31 – 2 Aibreán. Bain úsáid as cód FABINSIDER chun $ 400 a shábháil.
Cláraigh inniu