вопрос по репликации

4нрн6рн6
Дата: 19.02.2010 16:01:19
Есть работающая транзакционная репликация ms sql 2005 -> ms sql 2005
Добавил статью с помощью sp_addarticle
Как без переинициализации репликации сделать чтобы эта таблица стала реплицироваться на подписчика?
4нрн6рн6
Дата: 24.02.2010 09:52:13
up
tpg
Дата: 24.02.2010 10:11:19
BOL:

5. If the publication has existing subscriptions and sp_helppublication returns a value of 0 in the immediate_sync column, you must call sp_addsubscription to add the article to each existing subscription.

6. If the publication has existing pull subscriptions, execute sp_refreshsubscriptions at the Publisher to create a new snapshot for existing pull subscriptions that contains just the new article.

Note:
For subscriptions that are not initialized using a snapshot, you do not need to execute sp_refreshsubscriptions as this procedure is executed by sp_addarticle.