INSERT and DELETE statement replication

For SQL Remote, the INSERT and DELETE statements are the simplest statements to replicate:

  • When an INSERT statement is executed on one database, it is sent as an INSERT statement to the subscribed databases in the SQL Remote system.

  • When a DELETE statement is executed on one database, it is sent as a DELETE statement to the subscribed databases in the SQL Remote system.

 Consolidated database
 Remote databases
 See also