07-06-2017 11:26 AM
Hi All,
Am trying to load large volumes of data from Amazon S3 onto Sql Server Azure 2014. If I use ‘SQL Server Insert’ then it is taking way longer to load a single big table. Is there a way that bulk load option works without ‘BCP Absolute Path’ on cloudplex. Below is the pipeline,
For BCP absolute path, is it just generating a format file(xml or non xml) using bcp utility and uploading it onto snaplogic and referring the path in snap. Is my understanding correct or is there a better way to do this.
Thanks in advance!
-Arun
07-06-2017 11:44 AM
Arun,
To use the BCP utility (BULK LOAD) for SQL Server, it does require the SQL Server client tools (or command line utilities) to be installed on the SnapLogic Execute Node. You mention a cloud-plex in your post so please reach out to SnapLogic Support and they can work to provision that in the cloud node(s) for you.
Eric B.
07-06-2017 11:59 AM
Thanks. Will try to reach out support.
07-19-2017 07:46 PM
07-20-2017 01:58 PM
Hi Arun, I see we do have Azure SQL - Bulk Load which uses SQLServerBulkColpy API
https://doc.snaplogic.com/wiki/display/SD/Azure+SQL+-+Bulk+Load
maybe try it out?