Commands for managing function replication definitions

Table 10-1 lists the Replication Server commands used to work with function replication definitions.

Table 10-1: Commands for managing function replication definitions

Command

Task

create function replication definition

Creates a function replication definition that describes the stored procedure, and its parameters, for replication. It also describes the location of the primary data. See “Implementing an applied function” and “Implementing a request function”.

alter function replication definition

Modifies a function replication definition. For example, it:

  • Specifies a different name for the stored procedure invoked at the destination database

  • Adds parameters or searchable parameters

  • Changes how the replication definition is used in replicating to a standby database

See “Modifying or dropping replicated functions”.

drop function replication definition

Removes a function replication definition from the replication system. You must drop all subscriptions for a function replication definition before you can drop the replication definition. See “Modifying or dropping replicated functions”.

Also see Table 9-1 and Table 11-3.