Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / SQL

SQL Bulk copy method to insert large amount of data to the sql database

0.00/5 (No votes)
11 Jan 2012CPOL 11.4K  
Thank you for this article, okay it's technical.But we can use other methods considered as more efficient. *For Microsoft SQL Server, we can use bulk copy program(bcp). The tool is embeddedwithin SQL server so you can invoke it inside your application - whatever language you use....
Thank you for this article, okay it's technical.
But we can use other methods considered as more efficient.

*For Microsoft SQL Server, we can use bulk copy program(bcp). The tool is embedded
within SQL server so you can invoke it inside your application - whatever language you use.

*For Oracle Database Server, we can use sqlplus.

License

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