Welcome to MSDN Blogs Sign in | Join | Help

BizTalk Distilled

Sharing the defining moments

October 2007 - Posts

Optimizing BizTalk SQL Adapter performance
On your receive port, there is a property called 'Poll While Data Found' , set this to True. This will ensure that the adapter will be polling the SQL DB continuously to retrieve data until there are no more rows (at that point it will actually switch Read More...
Timestamp data type in SQL Server
Just looking at the timestamp data type, I realized that in SQL Server this exposes an automatically generated unique binary number (basically to help in version-stamping the rows). The timestamp data type is just an incrementing number and has nothing Read More...
Page view tracker