码迷,mamicode.com
首页 > 数据库 > 详细

MSSQL 导入导出文本文件

时间:2014-06-25 09:13:57      阅读:282      评论:0      收藏:0      [点我收藏+]

标签:文件   art   sql   c   word   shell   

EXEC master..xp_cmdshell ‘bcp FH2_SJH.dbo.dCurrent in c:\tt.txt -c -t -S"SMARTSENCER\SQL2008" -U"sa" -P"password"‘

EXEC master..xp_cmdshell ‘bcp FH2_SJH.dbo.band out c:\band.txt -c  -t -S"SMARTSENCER\SQL2008" -U"sa" -P"passwor"‘

MSSQL 导入导出文本文件,布布扣,bubuko.com

MSSQL 导入导出文本文件

标签:文件   art   sql   c   word   shell   

原文地址:http://www.cnblogs.com/smartsensor/p/3806920.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!