I have configured peer-to-peer replication between 2 nodes. I have followed this instruction step-by-step: http://www.databasejournal.com/features/mssql/article.php/3814591/Peer-to-Peer-Replication-in-SQL-Server-2008-150-Configure-a-two-node-topology.htm
then I had a problem with adding new articles(new tables) to the replication. I have followed this instruction: http://msdn.microsoft.com/en-us/library/ms146867.aspx
it works, but it is not practical for an environment with many table changes. does anyone know a better solution? I want a fast and automatic way to add articles.
UPDATE: I have added a table to publication, just with sp_addarticle. I did not stop and start log reader agent. It seems to work. Is it going to cause problems later?