I would like to come up with a solution, a trigger or something for satisfiying the below requirement.
If I do an insert in to table1 of database1 then it should trigger an insert to an another table2 in database2. I hope database1 can be a physical db in server and database2 can be remotely catalog on the same server itself.
Please advice me with some solution to do an automated process like trigger.
If I do an insert in to table1 of database1 then it should trigger an insert to an another table2 in database2. I hope database1 can be a physical db in server and database2 can be remotely catalog on the same server itself.
Please advice me with some solution to do an automated process like trigger.
Comment