Click here to Skip to main content
15,908,776 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please tell me use of the bcp in sql.
I want to export one table data using bcp how i can do that...
Posted
Comments
ZurdoDev 16-Apr-15 7:38am    
Google has tons of simple examples.

 
Share this answer
 
v2
Check this

working-with-the-bcp-command-line-utility/[^]

Nice explanation.

Hope it will help.
 
Share this answer
 
Bcp is bulk copy command ,It can used to import large number of data into Sql Table or to export large number of data into Data files.

Refer for more info

https://msdn.microsoft.com/en-us/library/ms162802.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900