Easiest way to extract SharePoint list data to a separate SQL Server table?

后端 未结 2 651
迷失自我
迷失自我 2021-02-15 19:36

Edited: What is the easiest way to scrape extract SharePoint list data to a separate SQL Server table? One condition: you\'re in a work environment where

相关标签:
2条回答
  • 2021-02-15 19:57

    There is a SSIS SharePoint task you can use to grab the data info a regular dataflow: http://www.codeplex.com/SQLSrvIntegrationSrv

    0 讨论(0)
  • 2021-02-15 20:11

    As Ryan said I would also suggest using object model / web services to store data to separate SQL database. I think that the best approach is to write an event handler that will trigger on your least and copy the data user inserted/updated.

    0 讨论(0)
提交回复
热议问题