在客户端计算机上安装 BCP 而不安装 SQL Server?

发布于 2024-10-21 19:04:00 字数 131 浏览 1 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

心碎无痕… 2024-10-28 19:04:00

您必须使用 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

澜川若宁 2024-10-28 19:04:00

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

终止放荡 2024-10-28 19:04:00

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

万水千山粽是情ミ 2024-10-28 19:04:00

好吧,只需将下面的文件放入 c:/windows/

sqlncli.dll
bcp.exe
bcp.rll

我在 windows xp 上进行了测试,这 3 个文件来自 sql server 2005 客户端

well,just put the file below into c:/windows/

sqlncli.dll
bcp.exe
bcp.rll

i tested on windows xp with which the 3 files come from sql server 2005 client

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文