运行 Sql Server BCP.exe 实用程序的最低要求

发布于 2024-12-03 18:37:07 字数 133 浏览 7 评论 0原文

我正在与一位需要将数据导入到远程 SQL Server (2008) 实例的客户合作。进行导入的计算机上不能安装 SQL Server。 BCP.exe 实用程序可以在没有安装 SQL Server 的情况下运行吗?

感谢您的任何帮助。

I am working with a client who needs to do a data import to a remote SQL Server (2008) instance. The machine that the import will be done from cannot have SQL Server installed on it. Can the BCP.exe utility run without a SQL Server install?

Thanks for any help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

缱倦旧时光 2024-12-10 18:37:07

BCP 依赖于一些基本的 DLL。为什么不尝试安装客户端工具并从那里运行 BCP。这将是一个非常干净的服务器,没有安装 SQL。

http://www.mssqltips.com/sqlservertip/ 1807/sql-server-2008-客户端工具-安装/

BCP relies on some basic DLLs. Why don't you try installing client tools and run BCP from there. It will be a pretty clean server without SQL installed.

http://www.mssqltips.com/sqlservertip/1807/sql-server-2008-client-tools-installation/

初心 2024-12-10 18:37:07

我在 https://dba.stackexchange.com/ 得到了很好的答案。

答案

I got a great answer over at https://dba.stackexchange.com/.

Answer

两仪 2024-12-10 18:37:07

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

适用于 SQL Server 的 Microsoft® 命令行实用程序 11

< a href="http://www.microsoft.com/en-za/download/details.aspx?id=36433" rel="nofollow">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

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