Modify a Function Replication Definition

Use alter applied function replication definition and alter request function replication definition to alter the function replication definition to add new parameters, add new searchable parameters, or change the name of the destination stored procedure.

The syntax for the commands:

These two commands are used to change the function replication definitions created by create applied function replication definition and create request function replication definition command respectively. See Replication Server Reference Manual > Replication Server Commands for more information about alter applied function replication definition and alter request function replication definition.

See Replication Server 15.6 Administration Guide Volume 2 > Pre-15.1 Request Function Replication to modify function replication definitions from versions of Replication Server earlier than 15.1.

To add new searchable parameters to the where clause of a define subscription command, drop and re-create the subscription for the function replication definition for applied and request functions.

Related concepts
Create or Modify a Function String for a Replicated Function
Related tasks
Implementing an Applied Function
Implementing a Request Function