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!