xp_cmdshell (Transact-SQL) 参考查询
摘要:xp_cmdshell (Transact-SQL) 源自MSDN很专业,方便查询 生成 Windows 命令 shell 并以字符串的形式传递以便执行。任何输出都作为文本的行返回。 Transact-SQL 语法约定 语法 xp_cmdshell { 'command_string' } [ , no_output ] 参数 'command_string' 包含要传递到操作系统的命令的字符串...
阅读全文
posted @
2009-11-26 16:37
Melou
阅读(1010)
推荐(0) 编辑