How to read a table from an SQL database in Azure ML Notebook

Sirivella Zephaniah 60 Reputation points
2024-01-03T16:48:47.67+00:00

I need help reading a table from an SQL database in my Azure Machine Learning Notebook. Can someone provide guidance or resources on how to do this?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,110 questions
{count} votes

Accepted answer
  1. Vahid Ghafarpour 22,425 Reputation points
    2024-01-03T17:13:55.47+00:00

    Thanks for posting your question in the Microsoft Q&A forum.
    You have two options to do this:

    You can use mltables as described here:

    https://learn.microsoft.com/en-us/azure/machine-learning/how-to-mltable?view=azureml-api-2&tabs=cli

    Or ML DataSets as mentioned here:

    https://stackoverflow.com/questions/61665927/how-can-use-azure-machine-learning-notebooks-to-connect-to-sql-server-and-azure

    I hope these two can help you,

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.