标签:
处理方式:
-- 将数据库设为简单模式 alter database IGMS20150202 set recovery simple -- 查看日志 use IGMS20150202 dbcc shrinkfile(‘IGMS20150202_log‘) --恢复数据库模式 alter database IGMS20150202 set recovery full
Sql2008事务日志已满处理
原文地址:http://www.cnblogs.com/2star/p/5366787.html