03 2013 档案

摘要:返回去掉了前导、尾随和重复的空白的参数字符串 string normalize-space(string) 通过去掉前导和尾随空白并使用单个空格替换一系列空白字符,使空白标准化。如果省略了该参数,上下文节点的字符串值将标准化并返回。 以下函数调用返回“abc def”: normalize-space(" abc def ") 如果参数不是字符串类型,将先使用 str... 阅读全文
posted @ 2013-03-29 16:26 AOT 阅读(1012) 评论(0) 推荐(0)
摘要:The xp_cmdshell option is a server configuration option that enables system administrators to control whether the xp_cmdshell extended stored procedure can be executed on a system. ---- To all... 阅读全文
posted @ 2013-03-29 14:37 AOT 阅读(290) 评论(0) 推荐(0)
摘要:CREATE PROC getBusinessLineHistoryASBEGIN SELECT * FROM sys.databasesENDGOsp_configure 'Show Advanced Options', 1GORECONFIGUREGOsp_configure 'Ad Hoc Distributed Queries', 1GORECONFIGUREGOSELECT ... 阅读全文
posted @ 2013-03-04 17:22 AOT 阅读(150) 评论(0) 推荐(0)