Forum Discussion
QueryRunsFast
Nov 15, 2024Copper Contributor
Cannot truncate logs full when transaction cannot rollback
Hello, I recently experienced the problem when my database has a full transaction log but I can't truncate it via SSMS. I had to pass commands manually in T-SQL, but since the log was full, a query...
olafhelper
Nov 21, 2024Bronze Contributor
select name, log_reuse_wait_desc
from sys.databases
Lot of words without usefull informations.
What do the query return?