Click here to Skip to main content
15,912,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

i have 2 databases

Database A which has a table - ObservedValues, in which data is inserted at constant time interval.


now i want insert that data into values into database B.


but condition is that i cant write trigger into database A. whatever has to be done must be in database B. e.g. writing sp,trigger

how can i achieve this???
Posted

1 solution

U ONLY NEED TO REFERE THE SEND DATABASE BY FOR EXAMPLE

INSERT INTO B.USERS

B BEING THE OTHER DATABASE
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900