05 2012 档案
Ad hoc 概念解释
摘要:ad hoc 一般都说是即席查詢,当到底什么是即席查詢,也没有说清楚,让人一头雾水,在wikipedia上的解释如下:ad hoc 允许终端用户自己去建立特定的、自定义的查询请求。通常是通过一个用户友好的图形界面来进行数据查询而无需用户对 SQL 或者数据库架构有深入的了解。在stackOverflow上的解释如下:Ad hocis latin for "for this purpose". You might call it an "on the fly" query, or a "just so" query. It's
阅读全文
扩展 xp_fixeddrives
摘要: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
阅读全文
浙公网安备 33010602011771号