Home Forums SQL Server 2005 Administering How can i add the article in existing publication RE: How can i add the article in existing publication

  • U can publish N number of articles in publisher and populate the data to different subscriber/s. If u r using transactional repl with pull subscription then do the following :

    1) Define article in publisher db using sp_addarticle

    2) Add the subscription in subscriper side using sp_addsubscription

    3) Start the snapshot agent

    Thanks,

    Balaji L