11 2010 档案

摘要: 要使用..xp_cmdshell,首先要打开高级选项,命令如下:EXEC sp_configure 'show advanced options', 1;RECONFIGURE;EXEC sp_configure 'xp_cmdshell', 1;RECONFIGURE;--导出EXEC master..xp_cmdshell 'bcp ksoacc.dbo.lsdtxb out Currency...阅读全文
posted @ 2010-11-15 15:07 玉玉 阅读(63) | 评论 (0) 编辑