I have a situation where i need to grab some data from SQL Server and convert it to a flat file. Flat file will have a header,details and trailer. I would like to know pros and cons of implementing this solution using orchestration. I could implement the solution (without the use of orchestration) using SQL adapter to grab the data and then use a map to convert it to flat file in the send pipeline.
Also, does it even make sense to do this project with BizTalk. Won’t SSIS package be a better solution?
Thanks in advance.