SQL Server Replication - Adding a new stored procedure - How to get it to replicate? - Stack Overflow most recent 30 from stackoverflow.com2009-12-06T18:48:41Zhttp://stackoverflow.com/feeds/question/923465http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/923465/sql-server-replication-adding-a-new-stored-procedure-how-to-get-it-to-replica0SQL Server Replication - Adding a new stored procedure - How to get it to replicate?GordyII2009-05-28T22:12:48Z2009-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>