I have database in SQL Server 2008 r2 (e.g. Publisher). I replicate its tables and data to another database (e.g. Subscriber).
Then I added a table (e.g. AddedTable), and dropped another table (e.g. DroppedTable) at the publisher.
Is there an option in replication that I can reload "all the existing" tables to the subscriber (and visa verse) automatically?To
be clearer, I do not want to let a job know what table has been added or dropped. What I want is, as soon as the database changed, the replication procedure re-load the all the article items in the publication (e.g. blindly) and does the replication again.
Regards
Amin