Add article in replication

  • I have problem when i add one article in a transactional replication

    I have run

    exec sp_addarticle @publication = 'Company'

    , @article = 'TBApplications'

    , @source_table = 'TBApplications'

    exec sp_addsubscription @publication = 'PBCompany'

        , @article =  'TBApplications'

        , @subscriber =  'server2'

     

    But modification in article are not replicated...

    Can help me?

    Thanks

  • Did you start your snapshot agent? I leave my snapshot agent on a nightly schedule just in case I forget to start manually when adding articles...

    Regards,

    Chris B.  MCDBA MCSE OCP

    http://www.MSSQLConsulting.com

     

     

    Chris Becker bcsdata.net

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply