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