Lawrance Amburose
Lawrance Amburose

Reputation: 155

How to extract the SharePoint List data into SQL Server using SQL Query(without using SSIS)?

I just want to extract the SharePoint List data into SQL Server using SQL Query(without using SSIS)?

Thanks, Lawrance A

Upvotes: 0

Views: 1609

Answers (1)

Arthur
Arthur

Reputation: 1469

There is no such direct way I can recall of.

SSIS is actually a good approach, but if you insist, the easiest in my view would be to use the REST API https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/working-with-lists-and-list-items-with-rest

Upvotes: 1

Related Questions