Enable Column Replication

Use sp_setrepcol to mark a column with an image or rawobject datatype for replication.

Syntax:
sp_setrepcol table, column, status
For example, to mark the pic column of datatype image for replication in the table au_pix, enter one of the following: