摘要:近期发现数据服务器中数据库所在盘被占用的特别严重,一个800G的盘只剩下不到100G,排除备份所占用的其他的空间竟然有400G被安装目录下的分发数据库distribution.MDF所占用。 分发数据库distribution.MDF因为SQL代理“ 分发清除: distribution”停止了导致
阅读全文
posted @ 2021-03-10 23:43
|
|
|
03 2021 档案
摘要:近期发现数据服务器中数据库所在盘被占用的特别严重,一个800G的盘只剩下不到100G,排除备份所占用的其他的空间竟然有400G被安装目录下的分发数据库distribution.MDF所占用。 分发数据库distribution.MDF因为SQL代理“ 分发清除: distribution”停止了导致
阅读全文
posted @ 2021-03-10 23:43
摘要:with kk AS( SELECT TOP 2000 total_worker_time/1000 AS [总消耗CPU 时间(ms)],execution_count [运行次数], qs.total_worker_time/qs.execution_count/1000 AS [平均消耗CPU
阅读全文
posted @ 2021-03-10 11:01
摘要:SELECT idx.name 索引名称,obj.name 表名,col.name 索引字段名,'create index '+idx.name +' on '+obj.name +'('+col.name +')'+';' 创建索引语句FROM sysindexes idx JOIN sysind
阅读全文
posted @ 2021-03-10 10:59
|
|