Greetings,
Our project is using SQL Server 2008 R2 running on Windows Server 2008 R2.
We are currently trying to set up replication between two SQL Server Database.
We are using Transactional Replication with Peer-To-Peer-Topology configured.
During the setup, no error message is prompted and we were able to configured Publication in both server successfully.
However, when the replication process started, we always received an error message saying that 'Column A' does not exist in 'Table A'. Although this column is there in both databases.
Column A was recently added into the schema. Is there any step that I missed here, if I want to set-up replication right after adding new column?
↧
How to configure Peer To Peer Topology after adding new table column to a database schema
↧