Getting primary article metadata information

Metadata information for primary articles includes:

To get metadata information about a specific primary article, use sp_helpprimaryart with the info keyword and specify the primary article:

sp_helpprimaryart info, pri_art

where pri_art is the name of the primary article.

To get metadata information about all primary articles, use sp_helpprimaryart with no keyword.

The sp_helpprimaryart procedure allows you to qualify a primary article by publication or by primary database.

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

sp_helpprimaryart info, 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 metadata information about a specific primary article in a specific primary database, use sp_helpprimaryart with the info keyword and specify a primary article name and a primary database connection:

sp_helpprimaryart info, 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.