ALL,
I have merge replication configured on sql server 2008..i have one main publisher and 10 republishers....all 10 republihsers are having dynamic filters..
I have to add column on main publihser to existing article...i want this column to replicate to republishers and and end subscribers..without reinit republishers and end subscribers
I guess i should use alter table to add column and making sure replicate schema changes is enabled on main publihser and republihsers..Right?
Please give some reocmmendations..
TIA