rs_repl_on

Description

Sets replication on in Adaptive Server for either a database connection or database connections.

Examples

Example 1

Creates an instance of an rs_repl_on function string:

create function string rs_repl_on
 for sqlserver_derived_class
 output language
 'set replication on'

Usage

See also

alter connection, rs_repl_off