February 16, 2013 at 1:43 am
After configure of transactional replication ,i want to add one more table ?will it be possible ,how will do that?
May 21, 2013 at 5:00 am
You should be able to add a new table in the publishing database, make sure it is selected in the Publication Properties under the "Articles" page. If you have a test environment setup try it there first.
______________________________
AJ Mendo | @SQLAJ
August 19, 2013 at 6:46 am
EXEC sp_addarticle
@publication = yourpublication_name,
@article = Table_Name,
@source_object = Table_Name
go through below link, it will help to you .
http://ansqldba.blogspot.in/2012/02/adding-new-article-to-existing.html
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy