We have two DB instances on our SQL 2000 server, and about 10 tables from DB 'A' are replicated to DB 'B'. No matter what change we make in the DB 'A' tables, they are replicated to the DB 'B' tables. We added a column to one of the tables in the database "A". Do we also need to change the table in the database "B"? Or does it depend on how the replication was configured (which I don’t know, since it is configured by someone else)? Will he throw any errors when replicating data?
source share