For some reason, my SQL database file exploded to become over 88 GB, and I see no reason why. I run several scripts to find large tables, not counting anything superfluous. I also tried running a shrunken database (which did nothing) and file compression (which return an error).
Does anyone know what else I can do?
Thank.
The first thing I would check (if you already checked the size of the table and index and still see a big difference) are the file properties.
SQL Server Management Studio , "", "".
? , ""? , SQL Server , , - , 50 , , SQL Server - .
MDF ( ) LDF ( )?
, , ( ).
, ,
select * from sys.allocation_units;
, . " " .
Source: https://habr.com/ru/post/1730154/More articles:ะะฑัะตะบัั ะบะปะฐััะฐ MooTools ะธ 'this' - mootoolslogging MySQL response on a PHP page - phpThe fastest / most efficient way to draw moving speech bubbles on the screen - CoreAnimation, Quartz2D? - iphoneMooTools: How to define an array of objects? - javascriptURL of android view in XML layout - androidThe shortest route to the intersection - mathThe usual way to check for a missing string and insert it atomically? - validationCan I integrate a Wordpress blog with ASP.NET? - asp.netCalling .Net classes from Visual Basic 6 - c #Pen Testing Your MVC Application - securityAll Articles