简体   繁体   English

有哪些替代SSRS订阅的替代方法?

[英]what are the alternative methods to replace SSRS Subscription?

We have a requirement to remove SSR dependancy as well as SQL jobs dependancy from our distributes system and have to implement alternative solution to send subscriptions from our system.Main target is to move database into noSql database.Problem is noSQL databases don't have sql jobs kind of functionality as well as SSRS subscription functionality.we have to implement solution using c# because whole system runs on windows server. 我们需要从分布式系统中删除SSR依赖关系和SQL作业依赖关系,并且必须实现替代解决方案以从系统中发送订阅。主要目标是将数据库移入noSql数据库。问题是noSQL数据库没有sql作业类型的功能以及SSRS订阅功能。我们必须使用c#实现解决方案,因为整个系统都在Windows服务器上运行。 can anyone suggest a solution ? 有人可以提出解决方案吗?

You can use Quartz.net for job sheduling.Follow this tutorial to learn Quartz.net 您可以使用Quartz.net进行工作分配。按照本教程学习Quartz.net

Quartz.net Tutorial Quartz.net教程

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

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