首页 > 开发 > 综合 > 正文

BCP的使用技巧

2024-07-21 02:11:40
字体:
来源:转载
供稿:网友
备份
exec master..xp_cmdshell 'bcp "pubs..sysobjects" out "c:/a.txt" /s"localhost" /u"sa" /p"mdcija" /c
还原
exec master..xp_cmdshell  'bcp "pubs..sysobjects" in "c:/a.txt" /s"服务器名" /u"用户名" /p"密码" /c'
  • 本文来源于网页设计爱好者web开发社区http://www.html.org.cn收集整理,欢迎访问。
  • 发表评论 共有条评论
    用户名: 密码:
    验证码: 匿名发表