Wednesday, March 7, 2012

How to read (SQL SERVER Mini Dump) MDMP files ?

Can some one let me know if there is any tool to read the MDMP files?
Regards,
RajuYou can view dump files with WinDbg debugger (windbg.exe).
You can download the debugging tools and get more
information from:
http://www.microsoft.com/whdc/devtools/debugging/default.mspx
-Sue
On Fri, 13 May 2005 11:17:22 -0700, "Raju"
<npraju1@.hotmail.com> wrote:
>Can some one let me know if there is any tool to read the MDMP files?
>Regards,
>Raju
>

1 comment:

Unknown said...

Most info about this file extansion can be found on wikiext.com/mdmp

Post a Comment