It writes transaction specific metadata to the msrepl_transaction table. The
msrepl_commands. Otherwise you have an excellent description of how the
"Ed" <Ed@discussions.microsoft.com> wrote in message
news:BE952067-1B48-466E-976F-A558F38BAF81@microsoft.com...
> Thanks Hiary,
> I thought when I add/edit/delete data in the publisher, then the log
> reader agent reads the transaction log on the publisher, it writes data
> into
> a table ("MSrepl_transactions") in the distribution database. Then the
> distribution agent move any unmarked data from that table to
> subscriber(s).
> I assume that is true since I did a bit of testing. When I key in any new
> data in the publisher, there will be new record(s) in MSrepl_Transactions
> with the "entry_time" Timestamp.
> Am I correct?
> The only thing I cannot see is there are two columns with <Binary> and I
> am
> not sure what they are...
>
> Ed
>
>
>
> "Hilary Cotter" wrote:
>
>> Could you explain what you mean by "ready to move"?
>>
>> The log reader agent reads the transaction logs and locates transactions
>> which have been committed on the publication databases. If these
>> transactions occurred on tables/indexed views that are marked for
>> replication, the log reader reassembles these transactions and pushed
>> them
>> into msrepl_commands. A transaction which affects more than one row is
>> disassembled into singletons, one singleton for each affected row. The
>> transaction itself is recorded in msrepl_transactions.
>>
>> HTH
>>
>> --
>> Hilary Cotter
>> Looking for a SQL Server replication book?
>>
http://www.nwsu.com/0974973602.html >>
>> Looking for a FAQ on Indexing Services/SQL FTS
>>
http://www.indexserverfaq.com >> "Ed" <Ed@discussions.microsoft.com> wrote in message
>> news:C1285035-72CC-420C-801C-BC63FFD827FA@microsoft.com...
>> > Hi,
>> > Does Log Reader Agent actually write any "Ready to Move" data into
>> > the
>> > Distribution database. If so, I am not able to find any tables that
>> > hold
>> the
>> > "Ready" data.
>> >
>> > Any idea?
>> >
>> > Thanks
>> >
>> > Ed
>> >
>> >
>>
>>
>>