I have a 6GB database with a log file that is now 54GB. Maintenance plans are scheduled to backup the DB and truncate the log files, they appear to be successful according to history. I have also backed up the db and the trans with truncate_only via QA. Results to text when doing the dbcc shrinkfile return: Cannot shrink log file 2 (EnterpriseJournalStoreLOG
70) because all logical log files are in use. DBCC Opentran returns: Replicated Transaction Information:
Oldest distributed LSN : (0:0:0)
Oldest non-distributed LSN : (619303:35422:1)
DBCC Loginfo returns about 600 rows all with a status of 2, and the first 18 results have 0 listed for CreateLSN, the rest of them return a number.
I have manually reindexed as well and cannot get this thing to shrink / commit. The database has been switched to Simple recovery mode for troubleshooting purposes, and the DB is not replicated / no trans log shipping.
I have exhausted the internet and this KB over the past 4 days, and am not sure where to go next short of call MS.
Start Free Trial