use master
go
alter database dbname set recovery simple with no_wait
go
alter database dbname set recovery simple
go
use dbname
dbcc shrinkfile(N'DNName_log', 11, truncateonly)
go
use master
go
alter database dnname set recovery full with no_wait
go
alter database dnname set recovery full
go
删除sqlserver2005日记文件

相关文章:

  • 2022-12-23
  • 2021-08-09
  • 2021-06-07
  • 2021-07-17
  • 2022-02-19
  • 2022-12-23
  • 2021-11-23
  • 2021-05-16
猜你喜欢
  • 2022-12-23
  • 2021-07-04
  • 2021-12-02
  • 2021-12-11
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案