Hi friends,
Would you like to tell me that what is BCP? When does it used?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Nov 19, 2011, 2:02 AM
Bulk Copy Program (BCP) is a command-line tool used to import or export data against a Microsoft SQL Server
SQL Bulk Copy with C#.Net
Please refer the below link
http://www.codeproject.com/KB/database/SqlBulkCopy.aspx
Thanks