Enable or Disable Replication for All Columns

To mark all text, unitext, image, and rawobject columns in the table with the same replication status, enter “null” instead of a column name.

For example, to mark all text, unitext, image, and rawobject columns with the replicate_if_changed status:
sp_setrepcol table_name, null, replicate_if_changed
Execute sp_setrepcol with the table name and a text, unitext, image, and rawobject column name to display the replication status of the specified column. For example:
sp_setrepcol table_name, column_name
Execute sp_setrepcol with a table name to display the replication status of all of the text, unitext, image, and rawobject columns in the table. For example:
sp_setrepcol table_name