SQL Server Bulk Loader unable to find address for bcp batch
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to use the SQL Server Bulk Loader option in Alteryx 11.7.4. I created a Dsn connection and it tested ok. I then tried to use it to load a file to the SQL and received an error : unable to find address for bcp batch. Can anyone explain what that means and how to resolve it?
Solved! Go to Solution.
- Labels:
- Database Connection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What driver are you using when you configure your DSN? We've only had luck with the SQL Server Native Client driver for bulk connections.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
CharlieS, THANK YOU!! That got transferring .5 M rows down to 53 seconds from over an hour, I was using the SQL Server driver. I used the SQL Server Native Client 11.0 driver and it worked. I appreciate the help, thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, Charlie S, thank you very much! I probably wouldn't have figured this one out without you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Your reply saved my day. We can now load 8 million records in 10 seconds. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is there any reason why it doesnt work with SQL Server driver ?
