65.9K
CodeProject is changing. Read more.
Home

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

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Jan 11, 2012

CPOL
viewsIcon

11380

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.