Over 300gb of space for the Microsoft SQL Server folder

Benedict Osvaldo 1 Reputation point
2022-04-03T13:18:30.637+00:00

Hi everyone, I'm currently using SQL as part of my College studies, but, after a few weeks of using, I realized my Hard Disk was running a little low. So, I checked the Storage Sense, and turns out that Microsoft SQL Server is eating over 300gb of space! I checked every folder inside the Microsoft SQL Server folder and It shouldn't have even consumed more than 50gb of space. Can anyone tell me what's going on and how to fix this?

189496-image.png

SQL Server | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2022-04-03T15:51:24.617+00:00

    Your posts confirmed my suspicions. This is a known issue and it has been fixed. You should download and install Cumulative Update 15, which is the most recent CU for SQL 2019. This will stop the dumps from littering your disks.

    Generally, when you install SQL Server, you should make sure that you also apply the most recent Cumulative Update, no matter which version of SQL Server you install. Microsoft issues these CU regularly, and there can be quite some important bug fixes.

    Also, if you are not planning to use the Polybase feature, you could consider uninstalling it. While the CU fixes the dumps, there are still two services that creates some noise and some extra databases.

    2 people found this answer helpful.

  2. Erland Sommarskog 121.9K Reputation points MVP Volunteer Moderator
    2022-04-03T14:11:50.09+00:00

    The reason you don't find anything may be because you are not running as administrator. Some of the files are owned by service account for SQL Server.

    When I want to know what is eating my disk, I usually use TreeSize Free: https://www.jam-software.com/treesize_free?ca=1. Be careful to start it with "Run as administrator".

    As for what might be eating your disk space, I have a hinch, but before I say anything, can you post the output of SELECT @@version?

    1 person found this answer helpful.

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.