Getting information about published fields in primary articles

Information about published fields in primary articles includes:

You must qualify a primary article by publication or by primary database when you request published field information.

To get information about published fields in a specific primary article in a specific publication, use sp_helpprimaryart with the fields keyword and specify a primary article name and a publication:

sp_helpprimaryart fields, pri_art, pub=pub_name

where pri_art is the name of the primary article, and pub_name is the name of a publication.

To get information about published fields in a specific primary article in a specific primary database, use sp_helpprimaryart with the fields keyword and specify a primary article name and a primary database connection:

sp_helpprimaryart fields, pri_art, conn="conn_name"

where pri_art is the name of the primary article, and conn_name is the name of a primary database connection.