Hi, I am trying to understand internals of replication. I am implementing a push transactional replication I understand, Log reader agent Monitors transaction log of all published databases that are using it for replication. When it finds transactions that are part of a publication, it copies them to the distribution database where they can then be applied to the subscribers by the distribution agent.
But what I do not know is how does all this happen internally? Could somebody please explain.
Thanks in advance.............