一,清除数据库日志
dump transaction [数据库名称] with no_log
dbcc shrinkfile( kjtx_log)//数据库日志数据库
二,删除数据库数据,并释放表的空间
truncate table [表名]
一,清除数据库日志
dump transaction [数据库名称] with no_log
dbcc shrinkfile( kjtx_log)//数据库日志数据库
二,删除数据库数据,并释放表的空间
truncate table [表名]
相关文章: