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