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...
Nov 21, 2024
Hi, did you try to shrink log file after changing recovery model to simple?