I have two MS SQL servers running. The one is a local publication and the other is a subscriber. SQL Server version 10.50.1600.
A while back I added a table to one of the publications and noticed today that the subscriber has bunch of records and the publisher has none. Digging into the list of articles, I see that table is not listed.
It is my understanding that to fix this I need to reinitialize all subscription from the publication server.
Is there anything else I need to know, I really don't want to lose the data in the table.
Regards,
John
John J. Hughes II