Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BCP Batch Files

Status
Not open for further replies.

PETEHO

Programmer
Joined
Jan 17, 2002
Messages
45
Location
GB
I have written some BCP batch files which extract data out of Database. These run fine for me but Ineed people to be able to run these without haveing SQL server installed on their machine. Is this possible

Thanks

Pete Ho
 
bcp is a client utility so has to be installed. It is installed with the client tools so doesn't have to have the server.
It can be run on the server via a query though - as long as the server has access to the directory.


======================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top