I Need to create a Single Trigger From First_DataBase TableA to Second_DataBase TableB
When ever any modification done on TableA it'll affect the TableB
In this concept i am using Two DataBase
Whenever a row is inserted or updated or deleted in Table A, it should be affect the Table B.
Same Columns Name for TableA and TableB
How to handle this from a single trigger?