This example demonstrates how to create a replication definition using the rs_char_raw type defined in Replication Server.
create replication definition use_name_t_repdef with primary at ra_source_db.ra_source_ds with all tables named 'USE_NAME_T' ( PKEY int, PNAME rs_rs_char_raw ) primary key (PKEY) searchable columns (PKEY) go