March 19, 2020 at 11:14 am
Hi,
I have a Vb.Net app that is using BCP call to SQL Server to export data from a CSV file to SQL Server.
This works fine for our SQL Server that is on our premise but is not working for our SQL Server on Azure.
At first, I thought maybe it is the connection string, but in other places in the application we are able to query the database; so I do not see that being the issue.
So, I am wondering if there is some configuration or enabling that needs to be done for the BC to work on Azure?
Is there something that I have to do for the firewall or permissions somewhere?
Thank you
March 19, 2020 at 3:00 pm
I don't use Azure and I've not used VB in a million years. However, the following link seems to have a fair bit of info that you might find applicable for using BCP on Azure.
https://docs.microsoft.com/en-us/sql/tools/bcp-utility?view=sql-server-ver15
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply