摘要: 默认情况下,sql server2005安装完后,xp_cmdshell是禁用的(可能是安全考虑),如果要使用它,可按以下步骤 -- 允许配置高级选项 EXEC sp_configure 'show advanced options', 1 ... 阅读全文
posted @ 2007-11-26 22:32 zhengguoqing 阅读(473) 评论(0) 推荐(0) 编辑