Hi all,
We've got a database of about 8GB that is used by a web application (written by a third party). Recently I noticed that the transaction log file was about 27GB. I tried to truncate (backup log files, shrinkfile) it but the minimum required size is 25GB.
I used DBCC OPENTRAN to see if there were open transaction but there were none.
Any ideas on why the transaction log is that big?
thanks!
We've got a database of about 8GB that is used by a web application (written by a third party). Recently I noticed that the transaction log file was about 27GB. I tried to truncate (backup log files, shrinkfile) it but the minimum required size is 25GB.
I used DBCC OPENTRAN to see if there were open transaction but there were none.
Any ideas on why the transaction log is that big?
thanks!