I have a database that is published, and a seperate server subscribes to this publication. We are using Transactional Replication (as far as I can tell)
I need to alter a column on ServerA (the published database) Will the changes be reflected on ServerB (the subscriber) or do I need to change it there too?
Do i need to re-initialize anything?