What do I do
when I get "the log file is full" error?
This error indicated that the log
file for your SQL database is full. Run the following script in
Query Analyzer:
dump tran databasename with no_log
Replacing databasename with
the name of your database.
|