Yes, basically you can replaced the command with a NONE statement.
What may happen is that you need some deletes to replicate and then
you will have to do the deletes on both sides.
What most people do is do deletes through a proc and then replicate
the execution of the proc. On the subscriber this proc is a noop. This
way they can do legitimate deletes they want replicated outside of the
proc, and when they want the deletes not replicated, they do it
through the proc.
On Jul 23, 11:47 am, Karine Lemoine <karine.lemo...@atosorigin.com>
wrote:
> Hello,
>
[quoted text clipped - 3 lines]
>
> Regards
Karine Lemoine - 28 Jul 2008 10:27 GMT
Thank you very much - it worked fine !
Hilary Cotter a écrit :
> Yes, basically you can replaced the command with a NONE statement.
>
[quoted text clipped - 16 lines]
>>
>> Regards