Hello All,
My team is planning to use Biztalk server 2006. The task is as follows:-
Run a scheduled job every night which fetches from multiple databases a set of data (basically the same select query with a where clause run for about 20000 Id's) and writes it into an xml.
Presently we have c# winform which does the same for one or multiple Id on user input. But the customer does not want user input and instead wants to run a job in the night, so that in the morning the xml contains the latest data from all the databases.
We thought Biztalk is good as we will require good fault handling and no loss of data. And also bcos its a good experience for us as we have never used biztalk. (we have a license already for another project in the same dept)
Please advice, is biztalk the solution?