Hi,
we have a little db with recovery mode=simple.
So, with this mode, transaction log suppose to be truncate after each checkpoint.
I have a msg in the error log saying this: "The transaction log for database 'X' is full. Error 9002, Severity 17 state 4.
So, I run "select name, log_reuse_wait_desc from sys.databases" and the result show me than my "X database" have log_reuse_wait_desc = 'active_transaction'.
After I run "dbbc opentran" to see the active transaction, the result is "no active transaction".
So, I don't understand. log_reuse_wait_desc= 'active_transaction' and dbcc opentran= "no active transaction" ?
Do you have an idea ?
thanks and regards,
we have a little db with recovery mode=simple.
So, with this mode, transaction log suppose to be truncate after each checkpoint.
I have a msg in the error log saying this: "The transaction log for database 'X' is full. Error 9002, Severity 17 state 4.
So, I run "select name, log_reuse_wait_desc from sys.databases" and the result show me than my "X database" have log_reuse_wait_desc = 'active_transaction'.
After I run "dbbc opentran" to see the active transaction, the result is "no active transaction".
So, I don't understand. log_reuse_wait_desc= 'active_transaction' and dbcc opentran= "no active transaction" ?
Do you have an idea ?
thanks and regards,