MSSQL2008 R2 Express
I get this error
Error: 9002, Severity: 17, State: 4.
The transaction log for database 'abc' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases
The databases are in Simple recovery model. It is also on the same disk; sharing the limited space with OS and data files.
From this
thread , I gather, there's probably nothing I can do given the server it's on. However, I am curious as to what happens when we get that error - are records not getting inserted / updated / deleted?
Thanks
Go to the complete details ...