在客户端计算机上安装 BCP 而不安装 SQL Server?
我使用 BCP 实用程序从数据库导出数据,我想在客户端计算机上安装 bcp。我不想在客户端计算机上安装 SQL Server 2008。
他们是否有可用于仅安装 bcp 的最小安装程序?
这是一项紧迫的任务。提前致谢
I export data from database using the BCP
utility, I want to install bcp in client machine. I don't want to install SQL Server 2008 in client machine.
Is their any minimal installers available to install just bcp?
This is urgent task. Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您必须使用 SQL Server 可分发包之一才能保持在许可条款内。
特别是“Microsoft SQL Server 2008 命令行实用程序”
注意:单独复制 bcp.exe 将不起作用
编辑:最新下载链接:SQL Server 可分发包
编辑:更新的下载链接:SQL Server 2008R2 功能包
You have to use one of the SQL Server distributable packages to stay within licensing terms.
Specifically "Microsoft SQL Server 2008 Command Line Utilities"
Note: copying bcp.exe by itself will not work
Edit: latest download link: SQL Server distributable packages
Edit: an even later download link: SQL Server 2008R2 Feature Pack
2015 - 安装在 Windows Server 2008 R2 SP1 上,
我需要先安装 ODBC 驱动程序...
Microsoft® ODBC Driver 11 for SQL Server
http://www.microsoft.com/en-za/download/details.aspx?id=36434< /a>
适用于 SQL Server 的 Microsoft® 命令行实用程序 11
http://www.microsoft.com/en-za/download/details.aspx?id=36433
ps
如果您正在阅读这篇文章并且年份是>; 2015 年,使用搜索查找类似的下载:
http://www.microsoft.com/en-za/search/DownloadResults.aspx?q=Microsoft%20Command%20Line%20Utilities
2015 - Installed on Windows Server 2008 R2 SP1
I needed the ODBC driver installed first...
Microsoft® ODBC Driver 11 for SQL Server
http://www.microsoft.com/en-za/download/details.aspx?id=36434
Microsoft® Command Line Utilities 11 for SQL Server
http://www.microsoft.com/en-za/download/details.aspx?id=36433
p.s.
In case you're reading this post and the year is > 2015, use the search to find a similar download:
http://www.microsoft.com/en-za/search/DownloadResults.aspx?q=Microsoft%20Command%20Line%20Utilities
BCP 附带“命令行实用程序”包。您需要先安装“ODBC 驱动程序”。向您发送下载链接
适用于 SQL Server 的 Microsoft ODBC 驱动程序 17 - 直接下载链接
适用于 SQL Server (x64) 的 Microsoft 命令行实用程序 15 - 直接下载链接
BCP comes with "Command Line Utilities" package. You need to install "ODBC driver" first. Sending you the links for download
Microsoft ODBC Driver 17 for SQL Server - Direct Download Link
Microsoft Command Line Utilities 15 for SQL Server (x64) - Direct Download Link
好吧,只需将下面的文件放入 c:/windows/
我在 windows xp 上进行了测试,这 3 个文件来自 sql server 2005 客户端
well,just put the file below into c:/windows/
i tested on windows xp with which the 3 files come from sql server 2005 client