DotNetNuke transaction log error Print

  • 2

I am getting the following error:
The transaction log for database 'cthog' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases.....

How do I recover from this? 
Run this query via your SQL Management Studio or any other MSSQL tools:
BACKUP LOG yourdatabasename WITH NO_LOG


Was this answer helpful?

« Back