摘要: 今天测试了下sqlserver中BCP导出数据的功能,可以在sqlserver studio中的查询窗口中使用,也可以在命令行中使用。方法1:在查询窗口中使用。在查询窗口中使用必需通过sp_configure打开xp_cmdshell的运行许可sp_configure设置打开xp_cmdshell的脚本 1--Toallowadvancedoptionstobechanged.2EXECsp_configure'showadvancedoptions',13GO4--Toupdatethecurrentlyconfiguredvalueforadvancedoptions.5R 阅读全文
posted @ 2012-06-25 18:05 GDLMO 阅读(1384) 评论(0) 推荐(0)