Does anyone know how many records (lets say 1 kb per record) BizTalk SQL Adapter can handle? I would like to read 4000 records from one database and after processing it in BizTalk, insert those records to another database using SQL Adapter. What would be performance impact? Or is it better to use flat-file as input and dump flat-file as output and let source and destination application deal with database operation (read and write to the tables)
Regards,
Ray