Showing posts with label mssql2000. Show all posts
Showing posts with label mssql2000. Show all posts

Monday, March 12, 2012

How to add new article to publication?

Hi,
I'm use MSSQL2000 SP3 with replication.
I want to know that Can i add new article to existing publication by
Enterprice Manager ?
someone told me that we can do that in older version but not now,right? :confused:In UI you have to rebuild your replication/subscription from scratch. You can however use sp_addarticle/sp_addmergearticle (depending on your replication type).