we have a website (a pos syetem) that use mssql . we want to use another db for backup. we need to use other db system like mysql . if we think there is a tbale called item , then we create table in both system in same structure . we use main db as mssql. when an entry inserted in to that table we want to sen that entry to mysql also . this want to do with mssql side . not using progrraming code side . can this feasible.