all groups > sql server replication > october 2003 >
You're in the

sql server replication

group:

Adding an article...


Adding an article... Brett
10/31/2003 11:45:48 AM
sql server replication:
Hello...

I want to add an article to my publication. Do I need to
drop subscriptions to my publication in order to add an
article? If not, can I add the article and push only
those articles that I added to my subscribers?

I am using transactional replication. My publisher,
distributer and subscriber are all SQL Server 2000.

Please advise..

Thanks,
Brett
Re: Adding an article... Hilary Cotter
10/31/2003 7:24:17 PM
You can add articles and drop articles without having to drop the
subscriptions.

There is a caveat for doing this with some forms of transactional
replication in that the snapshot must be run again, but for most forms of
transactional and merge replication the entire snapshot does not have to be
run again. A mini snapshot will be run for the new article and its related
metadata.
[quoted text, click to view]

Re: Adding an article... Hassan
11/1/2003 9:19:01 AM
What are those caveats Hilary that a snapshot would be run again for all
articles ? Also I believe when you drop certain columns too using
sp_repddropcolumn the whole subscription needs to be reinitialised.. Am i
right ? If so , can you mention the caveats there too...

[quoted text, click to view]

Re: Adding an article... Ray D
11/2/2003 8:51:00 AM
No! The subscription will not be reinitialised.
You should only start a snapshot agent.
[quoted text, click to view]
Re: Adding an article... Hilary Cotter
11/3/2003 7:58:44 AM
IIRC it is with filtered publications, perhaps vertically
filtered publications. I can't find the technet chat
where the microsoft support personel mentioned this
however.

[quoted text, click to view]
AddThis Social Bookmark Button