I have SQL Server 2005 Database where the transaction log has not updated in a week. The transaction log has recently been truncated due to a situation that used up all available disk space. I have a test database on the same server which is growing daily as expected. What might be the cause of this?
|
feedback
|
|
I doubt it's really "not updating" unless you haven't changed the data in the database. Note that the modification date on an MDF/ LDF doesn't typically change, but that doesn't mean the data in the file is not changing. It could be that your DB is in "simple" recovery mode, so the log is working but doesn't grow. | |||||||||
feedback
|