Browse by Tags

Screencast: Building Pipeline Components with Forward Only Streaming
21 September 08 04:19 PM | wmmihaa | 2 comment(s)
Also take a minute to read Johan's blog post about best practices when building pipeline components .
BizTalk SQL Message Archive component using Forward-Only Streaming
30 April 08 02:00 AM | wmmihaa | 8 comment(s)
A colleague of mine, Christoph Hanser , came to me with the idea you could use the UPDATETEXT command to stream data to a SQL database. This approach would work well with a forward-only streaming manner, which would consume much less (BizTalk) resources...
Filed under: , ,
Database lookup functoid with caching feature
28 April 08 12:11 PM | wmmihaa | 19 comment(s)
Nor the out-of-the-box Database lookup functiod or the XRef functoid come with any caching capabilities, which might produce a tremendous amount database traffic, and eventually cause transformations to run poorly. If you are repeatedly executing similar...