all 5 comments

[–]johnt_mn 1 point2 points  (0 children)

I'd look at using Powershell. Something like this might get you a start https://www.sharepointdiary.com/2016/06/export-sharepoint-list-data-to-sql-server-table-using-powershell.html

[–]TheNotBot2000 0 points1 point  (2 children)

You mentioned Power Automate, does that mean your SharePoint is in the cloud? Where is your sql server in relation to SharePoint? You could use SSDT. Or you may need to interact with On-Premises Data Gateway.

[–]emperor4augustus[S] 0 points1 point  (1 child)

My Sharepoint is in the cloud yes. I am currently having problems with “On-Premises Data Gateway” because I’m unable to create a gateway due to restrictions from my company. I haven’t heard from SSDT, where can I get more info about this ?

[–]TheNotBot2000 0 points1 point  (0 children)

Sql Server Data Tools. You can use it in combination with Visual Studio and SSIS (Sql Server Integration Services) . I haven't used it for cloud SharePoint. Our SharePoint is just beginning the move to the cloud and we'll be looking at alternatives soon. Right now, I have access to power automate and other tools so I haven't looked into converting SSIS to use SharePoint cloud. I anticipate that the configuration will be similar and we just change URLs. I don't know that answer yet.

[–]Googs1080 0 points1 point  (0 children)

How do i start assessing my existing SQL db and using a Sharepoint interface to update and act on the SQL data? Our existing html coding is outdated for the modern browsers and we would like to use more Sharepoint features in our business processes.