摘要:
xp_fixeddrvies提供磁盘分区的信息太少,如下的脚本提供磁盘分区的使用情况,运行需要管理员权限!if not exists( select * from sys.configurations(nolock) cc where cc.name='xp_cmdshell' and cc.value_in_use=1) begin exec sp_configure 'show advanced options',1 reconfigure exec sp_configure 'xp_cmdshell',1 reconfigure endif 阅读全文
posted @ 2012-05-06 12:35
fly_zj
阅读(590)
评论(0)
推荐(0)
浙公网安备 33010602011771号