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

63lcw9qa  于 2023-05-19  发布在  .NET
关注(0)|答案(4)|浏览(155)

我使用BCP实用程序从数据库导出数据,我想在客户端机器上安装bcp。我不想在客户端计算机上安装SQL Server 2008。
他们有任何最小的安装程序可以只安装bcp吗?
这是一项紧迫的任务。先谢谢你了

htrmnn0y

htrmnn0y1#

您必须使用其中一个SQL Server distributable packages才能遵守许可条款。特别是“Microsoft SQL Server 2008命令行实用程序”
注意:单独复制bcp.exe将不起作用
编辑:最新下载链接:SQL Server distributable packages
编辑:一个更晚的下载链接:SQL Server 2008R2 Feature Pack

eufgjt7s

eufgjt7s2#

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

Microsoft® Command Line Utilities 11 for SQL Server

http://www.microsoft.com/en-za/download/details.aspx?id=36433
p.s.如果你正在阅读这篇文章,并且年份> 2015,请使用搜索找到类似的下载:
http://www.microsoft.com/en-za/search/DownloadResults.aspx?q=Microsoft%20Command%20Line%20Utilities

g9icjywg

g9icjywg3#

把下面的文件放到c:/windows/

sqlncli.dll
bcp.exe
bcp.rll

我在windows xp上测试,其中3个文件来自sql server 2005客户端

oaxa6hgo

oaxa6hgo4#

BCP附带“命令行实用程序”包。您需要先安装“ODBC驱动程序”。给你发送下载链接
Microsoft ODBC Driver 17 for SQL Server - Direct Download Link
Microsoft Command Line Utilities 15 for SQL Server(x64)- Direct Download Link

相关问题