Is it safe to delete dump files?

JE 20 Reputation points
2023-06-02T09:49:44.31+00:00

HI

I work for a small company and our server is hosted by an ISP. we do not use SQL server but it is installed, presumably as it needed by some of the programs we use. We noticed that our storage was running out and upon investigation, found that there is 1.69TB being used at the following file path

C:\Program Files\Microsoft SQL Server\MSSQL15.BOSQL19\MSSQL\Log\Polybase\dump

It is literally a text file named SQLDUMPER_ERRORLOG of about 58mb and then a vast list of .dmp files of just under 700mb each. The most recent of these files was created in Febraury 2022 and the oldest was created in November 2021. Would it be safe for us to delete these files as they take up about 25% of our total storage on their own?

SQL Server | Other
{count} votes

Accepted answer
  1. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2023-06-02T22:03:28.0633333+00:00

    Yes, you can delete those files. These files are due to a bug in early releases of SQL 2019. Since you recent dump file is a year old, you are apparently a build which is new enough to have that fix.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Olaf Helper 47,516 Reputation points
    2023-06-02T10:00:33.8+00:00

    Would it be safe for us to delete these files

    If you don't want to send the dumps to MS Support to analyse them, then you can safely delete them.

    BTW, have you installed the latest SP+CU for your SQL Server; may that fix the issue?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.