Advanced Replication Guide : Using advanced replication with applications : Building messages for synchronization : Refreshing publication data from master to replica
  
Refreshing publication data from master to replica
The MESSAGE APPEND REFRESH statement lets you refresh from a publication that is in the master database. The syntax is:
MESSAGE unique_message_name APPEND
  [REFRESH publication_name [(publication_parameters)] [FULL]]
Using this statement, you provide parameters to the publication (if they are used in the publication definitions) to narrow the scope of the replica's refresh. For example, you could specify that you only want to refresh the data related to a particular branch office.
See also
Building messages for synchronization