The log file for database is full

后端 未结 12 1023
时光取名叫无心
时光取名叫无心 2021-02-08 17:15

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

12条回答
  •  没有蜡笔的小新
    2021-02-08 17:43

    Well you could take a copy of the transaction log, then truncate the log file, which is what the error message suggests.

    If disk space is full and you can't copy the log to another machine over the network, then connect a drive via USB and copy it off that way.

提交回复
热议问题