Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I'm looking to run a bulk insert using the tMSSqlBulkExec and BulkOutput components on a remote talend server, however I've been running into some issues. My understanding is that MS SQL Server and Talend need to be installed onto the same server so they can access the file that is written by the BulkOutput.
How can I run bulk inserts if I have my SQL Server installation on an EC2 windows server and Talend on a separate EC2 linux server? Any recommendations would be much appreciated!
Thanks,
Mikhail
Hello,
What's your input source? Are your file on your disk or DB server?
Best regards
Sabrina
Hi,
We are facing similar issue. Where we need to load a file data into Azure SQL DB. File is in Linux server
and Azure Sql DB on different server.