I have two separate SQL servers, let's call them A_server and B_server. When there is an insert/delete/update on the A_server, the row should be inserted/deleted/updated on the B_server. I have found a ton of examples, on how to code the data trigger when both tables are on the SAME server, e.g.: I have two separate SQL servers, let's call the