Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing BCP without installing SQL Server in client machine?

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

like image 628
Ramakrishnan Avatar asked Mar 14 '11 05:03

Ramakrishnan


People also ask

Do you need to install SQL Server for SSMS?

Usually, SSMS is installed on the same machine (server) where the SQL Server Engine and other features are installed, but sometimes database developers do not have remote access to the database server and they need SSMS installed locally and connect to the remote databases.


1 Answers

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

like image 125
cwalet Avatar answered Nov 04 '22 17:11

cwalet