sp_script_synctran_commands (Transact-SQL)
SQL Server 2012
Generates a script that contains the sp_addsynctrigger calls to be applied at Subscribers for updatable subscriptions. There is one sp_addsynctrigger call for each article in the publication. The generated script also contains the sp_addqueued_artinfo calls that create the MSsubsciption_articles table that is needed to process queued publications. This stored procedure is executed at the Publisher on the publication database.