Hi friends,
I want to know that ,What is BCP utility in SQL Server?
Thanks
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.
Javeed M ShaikhPosted Nov 12, 2011, 11:46 PM
BCP utility copies data between an instance of SQL Server and a data file in a user-specified format, so if you want to export data to a csv or any other delimeter format you can use BCP. I have used it and it is very fast.