load data from sharepoint list to sql server using ssis

NeophyteSQL 241 Reputation points
2022-03-08T17:15:18.803+00:00

there is a power app that stores data in sharepoint lists.

how to load that data into sql server using ssis.

thanks

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

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2022-03-09T01:47:15.353+00:00

    Hi @NeophyteSQL ,

    You may use OData to connect to SharePoint list and then load data to Sql Server database.

    Here is a simple sample, you may take a reference to.

    how-to-configure-odata-ssis-connection-for-sharepoint-online

    connecting-to-sharepoint-lists-with-ssis

    tutorial-using-the-odata-source

    Regards,

    Zoe


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

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.