Groups | Blog | Home
all groups > sql server replication > august 2005 >

sql server replication : Add article to subscription


Chris
8/18/2005 4:21:02 PM

Transactional Replication - SQL 2000 - remote distributor

Have publication replicating 300 tables and I want to add 1 table.
sp_addarticle adds to publication, how do I add to each subscription (4)? Can
add schema to subscribers - new table so no rows exist anywhere.

How to add to subs in order to start replicating w/out re-synching each sub?

Chris
8/18/2005 7:34:01 PM

And if my table has 5 million rows - am I forced to do a snapshot. Can I do
a similar alternative init like making sure new column is out at subscriber
and then telling SQL that the subscriber does not need initialization???

Thanks,
Chris

[quoted text, click to view]
Chris
8/18/2005 7:36:03 PM

Oh - and don't I have to tell SQL to add it to one or all subscription(s)?

Thanks Hillary,
Chris

[quoted text, click to view]
Hilary Cotter
8/18/2005 8:53:42 PM
Run the snapshot agent. This should generates a mini snapshot with only the
new article. The next time the distribution agent runs it should pick up the
new mini snapshot and distribute it.

--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

AddThis Social Bookmark Button