Create 2 new database. And add one table in both database with below columns.
Id,
First name
Last name
Address
Phone no
Email
Date of birth
IsActive
- create trigger and transfer data one database to another database through xml if records is insert and update in both operation.
Note : Please do not insert data directly into another table. Transfer xml from one database to another database and read data from xml and insert into table in another database
