We have two databases and some tables in them are replicated.
We want to add to table new rows and also include them in replication.
How can we do this?
Example:
We have [dbo1].Table1
and [dbo2].Table2
that are replicated with all columns and have identically structure.
We want to add new column Column1
to both of the tables and include this column to replication.