Atul Patil

Atul Patil

  • 1k
  • 586
  • 69k

How insert data into one database table to other database tb

Apr 13 2018 6:40 AM
I am working on Azure sql server.
I have two databases DB1 and DB2, DB1 have "rel_user table" and DB2 have "user" table, when i inserting record into "user" table of DB2,
that record automatically inserted into the "rel_user table" of DB1. So, how i achieve these functionality. Thanks in advance.

Answers (12)