So our SQL Server 2000 is giving me the error, \"The log file for database is full. Back up the transaction log for the database to free up some log space.\"
How do I go
If it's a non production environment use
dump tran with no_log;
Once this has completed shrink the log file to free up disk space. Finally switch database recovery mode to simple.