Groups | Blog | Home
all groups > sql server replication > august 2005 >

sql server replication : Internals question



Bob Castleman
8/29/2005 10:56:22 AM
According to Hillary's book, the table MSRepl_commands contains the commands
necessary to sync between publishe and subscriber. In my test database, this
is currently empty. This leads me to assume that these entries are deleted
as the subcribers are fully synched. Is this correct? Also, how are these
commands generated and placed into this table?

Thanks,

Bob Castleman
DBA Poseur

Hilary Cotter
8/29/2005 11:16:48 AM
Yes, for named subscriptions this is correct. For anonymous they hang around
till the end of your retention period.

--
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
[quoted text, click to view]

Bob Castleman
8/29/2005 11:40:59 AM
What actually generates the commands?

[quoted text, click to view]

Hilary Cotter
8/29/2005 11:52:08 AM
probably - sp_MSadd_repl_commands27hp

--
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
[quoted text, click to view]

AddThis Social Bookmark Button