1
vote
How do I add a new replicated table to a SQL Server 2005 DB that is in merge replication?
sp_addmergearticle - Adds an article to an existing merge publication. This stored procedure is executed at the Publisher on the publication database.
…
