I have a fairly large SQL Server database that is using SIMPLE recovery mode. We don't really have a need for up to the second recovery so i'd prefer we stay with this mode.
For some reason the transaction log for this database is massive (410 GB) with 99% of the space unallocated.
I've tried to shrink the file using ( DBCC SHRINKFILE (MyDatabase_log, 20000) )but it doesn't seem to work.
Anyone have any tips on why a SIMPLE recovery mode database would have such a huge file? I'd really like to get it shrunk way down.
20000 GB
, which would not have any effect :) – jocull