Is there a way to get at/extract the queries used in the Message Box Viewer / BizTalk Health Monitor?
Is there a way to get at the queries used in the MBV / BHM
151 Views Asked by SteveC At
3
There are 3 best solutions below
1

No. They're all baked into an assembly.
If this is related to the previous question about the ESX warning, my recommendation would be to modify the output which is just an HTML page to remove of annotate the warning.
0

The SQL queries used by BHM or MBV come from a declarative repository and also from an assembly containing .NET code. These queries are not public; if you want to see them, you can indeed use SQL profiler.
BHM and MBV use also .BAT, .VBS, WMI and PS queries. We also did not make these queries public.
JP MBV/BHM team
Regarding the SQL queries:
The MBV Q&A file mentions this
The .doc file with the paper can be found here (mirror site I found):
Another way to do this, would be to use SQL Profiler to see what commands are being sent to SQL to see which queries are being executed.