This script creates an applied function replication definition at the primary site:
-- Execute this script at Tokyo Replication Server -- Creates the applied function replication definition -- upd_authors_rep_repdef create applied function replication definition upd_authors_rep with primary at TOKYO_DS.pubs2 with all functions named upd_authors_pubs2 (@au_id id, au_lname varchar(40), au_fname varchar(20), phone char(12), address varchar(12), city varchar(20), state har(2), country varchar(12), postalcode char(10)) go /* end of script */