Database Is Full Error
Database Is Full Error
Comments
-
Hello,
I have a question about an error that says, "Transaction log for database decisions is full due to log backup." What should I do for this? Were self hosted, if that helps.
-
Hey!
This is an error thats been encountered before. Since youre self hosted, that means youll need to run a SQL command on your side. This documentation on [url=https://docs.microsoft.com/en-us/sql/relational-databases/logs/troubleshoot-a-full-transaction-log-sql-server-error-9002?view=sql-server-ver15]troubleshooting a full transaction log error[/url] should help you resolve the issue! This kind of error can be avoided in the future by taking more frequent backups, as the Transaction Log clears itself whenever one is taken.