Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Need Unique ID for a batch of messages › Re: Need Unique ID for a batch of messages
November 21, 2006 at 8:12 PM
#16482
One possibility is to use the BTS.InterchangeID. This is a GUID that is assigned to the incoming message before it is debatched and all child messages will have the same InterchangeID.
You could use this as the unique id in your database, change the Id datatype in your database to GUID or varchar.