Trigger BizTalk from SQL-Server

Home Page Forums BizTalk 2004 – BizTalk 2010 Trigger BizTalk from SQL-Server

Viewing 2 reply threads
  • Author
    Posts
    • #24675

      Hi,

       

      what is the best way, to get data from a ms sql server into a biztalk orchestration in realtime?

      My problem is, to get changed data from an sql-server to a sap-system in realtime. the way from the biztalk to the sap-system is no problem, but how to get the data from the sql-server to the biztalk?

      I think, it would work if i define a trigger in sql, which generates a file in the receive location of the biztalk Another way would be, to check for updates in the table in an intervall by the biztalk-orchestration.

      But i think, none of the two ways is really good and performant.

      Is it possible to push th biztalk from sql (like from sap via a rfc, …)?

      Or is there another way to solve this problem?

       

      Thanks a lot!

    • #24677

      You can use BizTalk SQL Adapter for this purpose. If you are using BizTalk 2009 then you can use the WCF-SQL Adapter.

      Regards,

      Abhijit

    • #24678

      Hi mster,

       

         Have you considered exposing your BizTalk orchestration as a web service or WCF service in order to consume it from SQL Server?

       

         Daniel.

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.