|   | ![]() |
|
What are the *.DMP files that
appear in the SQL Server log directory. I've tried printing them with PRINTDMP.EXE but it
doesn't work. These are a sign that SQL Server has had a "handled access violation" - a gpf. The dump files contain information on what SQL Server was doing at the time, module stack traces etc. Though there is a PRINTDMP.EXE utility supplied the output of this is still of no use to anyone unless they have the SQLServer C source code. Save the dumps away, together with errorlog info, what SQL was running at the time etc. and contact MS PSS for support in resolving the problem. (Assuming you've already applied the latest service pack and dbcc'd your databases to make sure there are no problems there) |
All content on this site, except where noted, represents an original work of Michael R. Hotek and is protected by applicable copyright laws. The SQL Server FAQ is the sole work of Neil Pike. No page, portion of a page, or download may be used for commercial purposes in whole or in part without the express, written permission of the applicable author.