OS: W2K8 R2 SP1 SE
SQL Server: SS2K8 R2 SP1 SE
In transaction replication is there a way that I can restrict the updates specific only to a column?
Lets say if updates occur on source table(publisher database) on column a, column b and column c then I dont want any thing to get updated in the destination database
tables (subscriber database). But if update occurs only on column d on source table(publisher database) then I want it to get updated in destination table too (subscriber database). This is the condition. Is this possible?
Thanks Again