Insert new entries of csv into Sql automatically

Ganesh Babu Kondiboyina 1 Reputation point
2023-01-30T05:11:30.05+00:00

Hi Experts,

Please help me with following case:

I have an csv in which daily "new data" will gets append to old data via Power Automate, Now i want mssql automatically insert that "new data" into existing table of database

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
SQL Server Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2023-01-30T06:34:03.96+00:00

    And what's the problem here?

    You could e.g. create a SSIS package to import the data from CSV file.

    0 comments No comments

  2. ZoeHui-MSFT 41,491 Reputation points
    2023-01-30T08:11:33.0833333+00:00

    Hi @Ganesh Babu Kondiboyina

    You may use SSIS to load data from csv file to SQL Server database.

    Check Import a CSV file into SQL Server with SSIS.

    If you only want to add new data to the table, you may add Lookup Transformation in your package as said here.

    In addition, you may schedule the package via sql agent job.

    Deploy and Schedule an SQL Server Integration Services SSIS Package Step by Step

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.


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.