Error 9002 :请备份该数据库的事务日志以释放一些日志

来源:这里教程网 时间:2026-03-02 11:02:51 作者:
Error:
The log file for database 'amas' is full. Back up the transaction log for the database to free up some log space. [SQLSTATE 42000] (Error 9002).  The step failed.

Solution:
把数据库的日志清空
DUMP TRANSACTION <数据库名> WITH NO_LOG

相关推荐