Getting information about fields in replicate articles

Information about fields in replicate articles includes:

You must qualify a replicate article by subscription or by replicate database when you request field information.

To get information about fields in a specific replicate article in a specific subscription, use sp_helpreplicateart with the fields keyword and specify a replicate article name and a subscription:

sp_helpreplicateart fields, rep_art, sub=sub_name

where rep_art is the name of the replicate article, and sub_name is the name of a subscription.

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

sp_helpreplicateart fields, rep_art, conn="conn_name"

where rep_art is the name of the replicate article, and conn_name is the name of a replicate database connection.