rs_delete

Description

Deletes a row in a replicated table.

Examples

Example 1

Changes the rs_delete function string for the titles_rep replication definition so that it executes a stored procedure named del_title.

alter function string titles_rep.rs_delete
 for sqlserver_derived_class
 output rpc
 'execute del_title
   @title=?title!old?'

Usage

See also

create function string, create replication definition, rs_insert, rs_update