站内文章搜索:
数据库“tempdb”日志已满解决办法
作者:佚名 文章来源:网络转载 点击数: 更新时间:2008-3-8
use tempdb
select * from tempdb.dbo.sysfiles
dump transaction tempdb with no_log
dbcc shrinkfile ('templog',1)
select * from tempdb.dbo.sysfiles
文章录入:文章录入:2006xynt 责任编辑:2006xynt
