Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15889

Transaction log full with simple recovery mode

$
0
0
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,

Viewing all articles
Browse latest Browse all 15889

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>