Add Column to Replicated Table?

  • Hi all, I need to add a column to a table that is published using Merge Replication; should this be as simple as

    ALTER TABLE <table>

    ADD <column>?

    I have a couple of development computers where I've tried this and it works fine. I can add the column and it seems to work and appears on the subscriber after sync'ing up but when I go to add it to my Customer's machine it doesn't appear to work. I get the message that the "Command completed successfully" but the column doesn't appear in the table definition.

    Any thoughts?

    Thanks

    Greg

  • My bad - looks like I was using a database that didn't match the one I was trying to work with.

    Sorry 'bout that.

    Greg

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

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