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





0/5 (0 vote)
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
.