1.

What Options Are There To Delete Rows On The Publisher And Not On The Subscriber?

Answer»

ONE OPTION is to replicate stored PROCEDURE execution INSTEAD of the actual DELETE command. You can create two different versions of the stored procedures one on the publisher that does the delete and the other on the subscriber that does not do the delete.

Another option is to not replicate DELETE commands.

One option is to replicate stored procedure execution instead of the actual DELETE command. You can create two different versions of the stored procedures one on the publisher that does the delete and the other on the subscriber that does not do the delete.

Another option is to not replicate DELETE commands.



Discussion

No Comment Found