一,清除数据库日志

dump transaction [数据库名称] with no_log 
dbcc shrinkfile( kjtx_log)//数据库日志数据库

 

二,删除数据库数据,并释放表的空间

truncate table [表名]

相关文章:

  • 2022-02-14
  • 2022-12-23
  • 2021-11-19
  • 2021-12-04
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-16
  • 2021-12-11
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2021-08-27
  • 2021-06-16
相关资源
相似解决方案