How to load csv file to MS SQL Database via data factory

Mahesh Madhusanka 221 Reputation points
2020-08-09T03:05:29.863+00:00

Hi Team,

Currently we have some csv files(database tables) on the Data lake and we need to load that relevant csv file (SQL tables) to MS SQL table, So what are the option on that and Appreciate if you could guide on that?

16571-csv-table-file.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,916 Reputation points Volunteer Moderator
    2020-08-09T16:02:42.34+00:00

    Use data factory to load CSV to SQL. Reference - quickstart-create-data-factory-copy-data-tool

    Try using External table that points to the csv file and later load data from external to final table. Reference - create-external-table-transact-sql

    Give it a try and revert

    ===============================================

    If the response helped, do "Accept Answer" and upvote it -- Vaibhav

    0 comments No comments

  2. Mahesh Madhusanka 106 Reputation points
    2020-08-19T14:35:58.253+00:00

    HI @Vaibhav Chaudhari

    Thank you very much for your comment and Answer its helpful, i don't have a option select accept answer.

    Thank
    Mahesh


  3. Mahesh Madhusanka 106 Reputation points
    2020-08-19T17:24:04.603+00:00

    HI @Vaibhav Chaudhari yesbut on the my screen there not have that button today.

    18833-image.png


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.