Enabling column replication

To mark a column with an image or rawobject datatype for replication, enter:

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:

sp_setrepcol au_pix, pic, always_replicate
sp_setrepcol au_pix, pic, replicate_if_changed
sp_setreplcol au_pix, pic, replicate_if_changed, use_index