需要将数据从Sql表迁移到SharePoint 2013列表。数据库大小约为80 GB,需要将内容从Sql表移至具有相同架构的SharePoint列表。
只想知道是否有任何可用的工具。还是我们需要创建一个应用程序(可能在.net中)以从Sql获取数据并写回SharePoint列表。 有任何建议。
答案 0 :(得分:1)
尝试查看本文:
How to: Create an External Content Type Based on a SQL Server Table
此外,如果您将使用SSIS在CodePlex上的SharePoint List Source and Destination项目中执行导出Microsoft SQL Server Community Samples: Integration Services,请参阅CodePlex。