Table 10-1 lists the Replication Server commands used to work with 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:
|
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.