Hello,
I´ll need to create a plan for the following scenario:
Server A (Publisher) - Server B (Subscriber) in a transactional replication.
-When perform a insert into publisher, SQL Server must replicate the statement. After, I want that SQL Server deletes the rows affected on the insert on the Server A (Publisher) and don´t replicate to the Server B.
I want that a transaction has been replicated to server B and deleted from the server A. It´s possible?
Thanks a lot!
Leonardo