时间:2021-07-01 10:21:17 帮助过:22人阅读
恢复数据时要让标识列可以插入数据,必须设置上面的属性为ON
----------------------------------------------------------------
DBCC INDEXDEFRAG(‘Integral‘) --索引碎片整理 exec sp_MSforeachtable @command1="sp_spaceused ‘?‘" --查询所有表详情 EXEC sp_msforeachtable ‘dbcc dbreindex(‘‘?‘‘)‘ --重建所有表索引 DBCC SHOWCONTIG --查询表索引 dm_db_index_physical_stats --查询表索引
mssql 数据库 基本知识
标签:禁用 space sed ide 启用 恢复 exe off ica