all groups > sql server replication > november 2006 >
You're in the

sql server replication

group:

MSRepl_Commands


Re: MSRepl_Commands Paul Ibison
11/13/2006 12:00:00 AM
sql server replication: Are you requiring an explanation of how this occurs in replication?
If so, this is referred to as a deferred update - see
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/q302/3/41.ASP&NoWebContent=1
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com .

MSRepl_Commands RedCamel
11/13/2006 6:01:52 AM
Hi everyone

has anyone come across / developed a way of transforming the commands
in MSRepl_Commands so that, for instance, and Update becomes a Delete
or Insert?

thanks in adveance for abny assists!
Re: MSRepl_Commands Hilary Cotter
11/13/2006 10:15:34 AM
MS_replcommands is a queue. You can modify this queue to delete commands.
Modifying them is difficult as they are in binary. Your best bet is to
ensure that your updates are not replaced by an insert delete pair.

Please refer to the following kb articles for more information.
http://support.microsoft.com/default.aspx/kb/302341

and
http://support.microsoft.com/kb/238254



--
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