The log file for database is full. Back up the transaction log for the database to free up some log space.
Posted in General, Support Calls on May 22nd, 2006When dealing with MS SQL (not MY SQL) I’ve seen this error message before, but found little help on it out there. Keep in mind, I’m not a db guru by ANY sort of the imagination:
The log file for database db_name is full. Back up the transaction log for the database to free up some log space.
Within the MS SQL Query Analyzer, do this:
backup log db_name with truncate_only
go
dbcc shrinkfile (db_name_log,0)
go
If anything, this post will be useful for me in the future when one of my MS SQL databases coughs up the error again
Cheers,
Chuck
Email: c h u c k (at) g o f i x i t (dot) c o m
_____________________________________________
Comments on this web site are moderated, so feel free to post - just don’t sweat it when it takes me a few hours to approve
Copyright gofixit.com 2005 - 2009
