I have the following problem. We have a database that stores binaries in the database. We know the size of the database can be big so we removed all the binaries from the database and used the task "shrink" on it. This way we hoped that the database would be much smaller. These are the results:
before removal size was: 20 gigabyte after removal size was: 25 gigabyte (incl log file) after shrink size was: 13 gigabyte
now I have no idea where that 13 gig is from, the largest table in the database is a logtable and it's 1.3 gig all the rest combined doesn't take 200 mb ...
could it be that there is still some data in the logfile that the shrink task cannot remove? is there a solution for this problem?
thx.