Modify table structure

  • I can't modify table structure for example: to add new fields and delete old fields, etc after I set up a replication publisher on a database. I have to drop the publication to do any ta ble changes. Is there any easy way to change tables without drop the replication publishers.

  • Yes, you can use sp_repladdcolumn and sp_repldropcolumn.

  • sp_repladdcolumn and sp_repldropcolumn only work on SQL 2000, plus all subscribers must be SQL 200 as well.

    [font="Verdana"]Markus Bohse[/font]

  • Hi MarkusB,

    May I know, how to drop a table in publication?

    Thanks in advance?

Viewing 4 posts - 1 through 3 (of 3 total)

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