I have the following problem. We have a database that stores binary files in the database. We know that the database size can be large, so we deleted all the binary files from the database and used the “compress” task on it. Thus, we hoped that the database would be much smaller. Here are the results:
before the deletion the size was: 20 gigabytes after the deletion the size was: 25 gigabytes (including the log file) after shrinking the size: 13 gigabytes
now I have no idea where this 13-gigabyte comes from, the largest table in the database is the coffee table, and 1.3-gigabytes all the rest taken together do not accept 200 mb ...
Could it be that the log file still contains data that cannot be deleted from the compression task? is there a solution to this problem?
anon
source
share