Use sp_setrepcol to adjust the replication status for text, unitext, image, or rawobject columns.
When you mark a table with text, unitext, image, or rawobject columns for replication, sp_setreptable sets the replication status of text, unitext, image, or rawobject columns to always_replicate.
The replication status is the same for all replication definitions of a primary table. If you change the replication status for one replication definition with alter replication definition, you change the replication status for all replication definitions on the same primary table.
If you do not want to replicate some of the text, unitext, image, or rawobject columns in a marked table (or you marked the table using sp_setreplicate, which sets the replication status of text, unitext, image, and rawobject columns to do_not_replicate), use sp_setrepcol to adjust the replication status. You can set the replication status for one or all columns to always_replicate, do_not_replicate, or replicate_if_changed.
To use sp_setrepcol, you must be the Database Owner or System Administrator for the data server.
See Replication Server Reference Manual > Adaptive Server Commands and System Procedures > sp_setrepcol.