How do I use BCP in SQL Server?
Posted March 31st, 2008 by Andrew PopoffThe Bulk Copy Program (BCP) is a command-line utility that ships with Microsoft SQL Server. With BCP, you can import and export large amounts of data in and out of SQL Server databases quickly and easily. Any DBA who has utilized this functionality will agree that BCP is an essential tool.
Read more
Leave a Reply