adding new fields on Transactional replications

  • The new fields were added & i am not able to  see on Subscriber Database. As sp_repladdcolumn was not used so this are the steps that was done:-

    Publisher Database = XYZ     Subscriber Database  = ABC

    1> New fields were added by "alter table" on XYZ

    2> Snapshot didn't re-initialize as it was created manualy. so i deleted Subcriber & created new with exiting Database (ABC).

    3> after snapshot was initialize & agent was ran. all schema & data was created & copied.

    4> i looked into the subcriber database ABC & didn't see new columns.

    can some body can help me what happened & how i can resolve this issue. any help will be highly appreciated.

  • Have you tried deleting the article that corresponds to the table with the new column and recreating it?  After that you will probably need to repeat steps 2 and 3 above.  When you recreate the subscription database, run the same ALTER TABLE statement on it as you did in step 1.

    John

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

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