If table is a part of replication and want to add column in a table, is it necessary to remove table form replication and added it back when Alter operation done? What happened internally if I add/remove column from replication meaning will that flush data from distribution database?
Rahul