Log File FULL, URGENT !

Please,
The log file of my DB is full, i need to enable all DB transactions of a client's website.
I'm having errors in the ASP files too.
Thanks in advance !!
 
Increase your database size or increase the log to db space ratio. Logs are cleared automatically every 24h
 
You can also use Query Analyzer to do a database shrink that will free up some log space, but increasing the size will help faster, of note is that you really need at least 25MB quota for MSSQL work well, as the logs grow fast, even on simple logging.
 
Back
Top