1.重建索引
declare @table_id int
set @table_id=object_id('info_sell')
dbcc showcontig(@table_id)
dbcc dbreindex('info_sell','',90)
2.删除日志
DUMP TRANSACTION dzsc_com WITH NO_LOG
1.重建索引
declare @table_id int
set @table_id=object_id('info_sell')
dbcc showcontig(@table_id)
dbcc dbreindex('info_sell','',90)
2.删除日志
DUMP TRANSACTION dzsc_com WITH NO_LOG