SQL to Retrieve BizTalk BatchingFilters for EDI Parties

The field “FilterBytes” contains the subscription filters for batching. We are converting from 2010 to 2013, and I need the a report of the “source of truth” as to which of our customers goes to which party, so we build the same parties correctly in 2013. <pre> select top 1000   p1.Name as PartnerNameA,   p2.Name as […]