简体   繁体   English

将SharePoint 2013与SSRS报告数据集成,或使用TimerJob将数据从SSRS提取到SharePoint中

[英]Integrating SharePoint 2013 with SSRS report Data or Extracting Data from SSRS into SharePoint using a TimerJob

I have a requirement to get data out of an SQL Server Reporting Services based system straight into a SharePoint list from where that data will then be processed. 我需要将数据从基于SQL Server Reporting Services的系统中直接获取到SharePoint列表中,然后再从该列表中处理数据。

At present, users export the data into an Excel spreadsheet and then start modifying columns on that spreadsheet and exchange it among various stakeholders every two hours. 目前,用户将数据导出到Excel电子表格中,然后开始修改该电子表格上的列,并每两小时在各个利益相关者之间进行交换。

My intention is to bypass the export to Excel portion of the current process and instead create a timer job (created using .NET, C# and SSOM) that gets the data directly out of SSRS into my SharePoint List. 我的意图是绕过当前流程的导出到Excel部分,而是创建一个计时器作业(使用.NET,C#和SSOM创建),该计时器作业将数据直接从SSRS中获取到我的SharePoint列表中。

Thank you 谢谢

If you familiar with SSRS, I suppose you know ETL also, so you could import the updated excel spreadsheet(maybe from a fixed path, so you just need save the files there) to a SQL Server table. 如果您熟悉SSRS,我想您也知道ETL,因此您可以将更新的excel电子表格(也许从固定路径导入,因此只需要在此处保存文件)导入SQL Server表。 Then create external content type from the table and display data in SharePoint by creating external list. 然后从表中创建外部内容类型,并通过创建外部列表在SharePoint中显示数据。

One thread for your reference 一线程供您参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM