Skip to content Skip to sidebar Skip to footer

Real Time Sync From Sharepoint To Sql Server

I've seen many solutions to sync SQL Server data TO SharePoint, but nothing to sync SharePoint lists to SQL Server. Does anyone know of a solution? Commercial is fine. Alternativel

Solution 1:

You can write your own SSIS ETL process to extract the list data from SharePoint and load it into SQL server tables. There is a free SharePoint list adapter on codeplex to assist with this. Take a look at SharePoint List Source and Destination


Post a Comment for "Real Time Sync From Sharepoint To Sql Server"