将数据从 SharePoint 导入到 SQL Server

发布于 2025-01-07 03:38:29 字数 168 浏览 0 评论 0原文

我使用 Oracle SQL Developer 作为工具,我希望将数据从 Sharepoint 列表导入到我的 SQL 服务器。请问有什么方便的方法吗?

在Access中,这个任务非常简单,但一件令人难过的事情是我需要使用SQL Server。

有什么建议吗?

提前致谢。

I'm using Oracle SQL Developer as a tool, and I wish to import data from Sharepoint list to my SQL server. I wonder if there is any convenient way to do so?

In Access, this task is quite simple, but one sad thing is that I need to use SQL server.

Any suggestions?

Thanks in advance.

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

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

发布评论

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

评论(3

当梦初醒 2025-01-14 03:38:29

您知道可以使用 Access 打开标准共享点列表吗?

将 Access 数据库中的表移动到 SharePoint 网站并链接到它们
http://office.microsoft.com/en-us/access-help/introduction-to-integrating-data- Between-access-and-a-sharepoint-site-HA010131463.aspx

Do you know you can open your standard sharepoint list with Access ?

Move the tables in an Access database to a SharePoint site and link to them
http://office.microsoft.com/en-us/access-help/introduction-to-integrating-data-between-access-and-a-sharepoint-site-HA010131463.aspx

厌味 2025-01-14 03:38:29

If SSIS is an option, take a look at the SharePoint List Source and Destination Sample in the Microsoft SQL Server Community Samples: Integration Services project on Codeplex.

热鲨 2025-01-14 03:38:29

我需要澄清问题的陈述:“我希望将数据从 Sharepoint 列表导入到我的 SQL 服务器。”您的意思是“导入”还是“导出”?我相信,你在这里指的是“出口”。如果您打算将数据从 sharepoint 导出到 sql server,请执行以下步骤:

导出过程仅导出列表当前视图中包含的列和行。如果没有一个视图包含您要导出的数据,则您必须创建一个新视图来满足您的需求。或者,您可以选择现有视图之一,将列表导出到电子表格,然后删除不需要的数据。

行动>导出到电子表格。
保存 Excel 文件。
使用 SQL Management Studio 打开 SQL 数据库。
右键单击您的数据库>任务>导入数据。
选择 Excel 文件作为源,选择特定表作为目标。
填写所有其他需要的选项。
单击完成。

I need clarity about the question's statement:'I wish to import data from Sharepoint list to my SQL server.'do you mean 'import' or 'export'? I believe,you mean 'export' here. If you mean to export data from sharepoint to sql server,below are steps:

The export process exports only the columns and rows contained in the list’s current view. If none of the views contain the data that you want to export, then you must create a new view to meet your needs. Alternatively, you can choose one of the existing views, export the list to a spreadsheet, and then delete the unwanted data.

Actions > Export to SpreadSheet.
Save the Excel file.
Open your SQL database with SQL Management Studio.
Right click on your database > Tasks > Import Data.
Select your Excel file as the source, and specific table as destination.
Fill all other needed options.
Click finish.

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