Displays information about functions available for a Replication Server or for a particular replication definition.
rs_helpfunc
rs_helpfunc authors_rep
Functions and Parameters for Replication Definition: 'authors_rep' System Function Names --------------------- rs_insert rs_delete rs_update rs_select rs_select_with_lock Parameter(s) Datatype Length --------------- -------- ------ @state char 2 @postalcode char 10 @au_id varchar 11 @phone char 12 @country varchar 12 @city varchar 20 @au_fname varchar 20 @address varchar 40 @au_lname varchar 40
rs_helpfunc authors_rep, rs_insert
If you do not specify any parameters, rs_helpfunc lists all functions defined in the Replication Server.
If you supply a replication_definition name, only the functions defined for that replication definition are listed. If you also supply a function_name string, rs_helpfunc displays functions whose names match function_name.
rs_helpfunc notifies you if it detects duplicate user-defined functions that may interfere with asynchronous transactions.