Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Triggers in biztalk › Triggers in biztalk
November 19, 2005 at 5:39 AM
#12374
You might want to be careful here, there are many ways to integrate two databases and Biztalk might not be the best way.
Biztalk can not directly react to triggers.
You could have your trigger gather up the required data and send it to Biztalk via a queue. Or write the data to a SQL table and use the SQL adapter to extract out the data.
Hope this helps.