vote up 0 vote down star

I have a SQL Server 2005 Database which uses merge replication.

I have added four new stored procedures on the publisher end, but they haven't replicated.

The publication property "Subscription Options" - "Replicate schema changes" is set to True.

How can I get easily get these tables replicated without having to send new snapshots to all of the subscribers?

flag

71% accept rate
When choosing the objects i.e., tables to replicate did you check off all of your stored procedures as well to be included in the replication? – James May 28 at 22:21
Yes, but this stored procedure was added after I setup the initial merge replication publication. – GordyII May 28 at 23:29

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.