0

I am trying to load data into the Azure SQL database using azure data flow. But for some reason, I cannot connect to my sink database. I have tried everything, but no luck. I am able to connect to the SQL database when I create a dataset, but why can't I connect to the database while using the dataset as my sink.

Please find the snippet of my flow below: enter image description here enter image description here

But when I want to use this dataset to load the data in the data flow, it is giving me the following error. The reason I want to load the data into SQL is that I want to delete rows and CSV and other datasets won't let me do this.

enter image description here

I would really appreciate it if anyone can help me with this.

3
  • 1
    Do you open your Allow Azure services and resources to access this server option and add your Client IP at the firewall settings of Azure SQL database? Commented May 28, 2020 at 7:49
  • Thank you so much. Yes, I finally got it now. You are right, that was the problem. :) Commented May 28, 2020 at 7:58
  • Your are welcome. I post it as answer,please mark it.Thanks a lot. Commented May 28, 2020 at 8:36

1 Answer 1

2

Open your Allow Azure services and resources to access this server option and add your Client IP at the firewall settings of Azure SQL database.

Please follow this:

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.