SQL Server Replication - Adding a new stored procedure - How to get it to replicate? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T18:48:41Z http://stackoverflow.com/feeds/question/923465 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/923465/sql-server-replication-adding-a-new-stored-procedure-how-to-get-it-to-replica 0 SQL Server Replication - Adding a new stored procedure - How to get it to replicate? GordyII 2009-05-28T22:12:48Z 2009-05-28T22:12:48Z <p>I have a SQL Server 2005 Database which uses merge replication.</p> <p>I have added four new stored procedures on the publisher end, but they haven't replicated.</p> <p>The publication property "Subscription Options" - "Replicate schema changes" is set to True.</p> <p>How can I get easily get these tables replicated without having to send new snapshots to all of the subscribers?</p>