Getting metadata information for primary articles

Metadata information for primary articles includes:

StepsTo get metadata information about a specific primary article

  1. 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.

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

StepsTo get metadata information about a specific primary article in a specific publication

  1. 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.

StepsTo get metadata information about a specific primary article in a specific primary database

  1. 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.

StepsTo get metadata information about all primary articles

  1. Use sp_helpprimaryart with no keyword:

    sp_helpprimaryart