SSIS - SharePoint 到 SQL 没有适配器插件?

发布于 2024-08-20 06:25:35 字数 582 浏览 11 评论 0原文

我希望使用 SQL Server Integrated Services 将 SharePoint 列表 (WSS 2.0) 提取到 SQL(2005) 表。

首先,我知道“适配器”可以从 http:// msdn.microsoft.com/en-us/library/dd365137.aspx 但是,我只是想知道出于兼容性目的,是否不能“开箱即用”地完成它。

只有有限数量的“数据流源”可供选择作为替代方案,我不确定其中任何一个是否能够以类似的方式直接工作到 SharePoint 或通过 SharePoint Web 服务(例如 http://server_name/_vti_bin/Lists.asmx) 从这些源列表来看,最好的选择是 OLE数据库连接器,但不确定它是如何做到这一点的。

,如果你有任何帮助,那就太好了

马克

Im looking to Extract a SharePoint List (WSS 2.0) to a SQL(2005) Table using SQL Server Integrated Services.

First off I am aware of the "adapter" that does this from http://msdn.microsoft.com/en-us/library/dd365137.aspx however I'm just wondering for compatibility purposes if it can't just be done "out of the box".

There are only a limited number of "Data Flow Sources" to select as alternatives and I am unsure if any of these would be able to work in a similar way either directly to SharePoint or via SharePoints web services (e.g. http://server_name/_vti_bin/Lists.asmx) From the list of these sources it looks like the best option would be the OLE DB connector, but not sure how it would do this.

Any help you have would be great,

Mark

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

哭了丶谁疼 2024-08-27 06:25:35

您可以使用脚本源任务与 WSS 列表数据检索 Web 服务对话。但我强烈建议使用自定义插件。

WSS Web 服务概述

调用 Sharepoint来自 SSIS 的 Web 服务

You can use Script Source task to talk to WSS Lists Data Retrieval Web Service. But I would strongly recommend using the custom Add-in.

Overview of WSS Webservices

Calling Sharepoint Webservices From SSIS

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文