简体   繁体   中英

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. can anyone suggest a solution ?

You can use Quartz.net for job sheduling.Follow this tutorial to learn Quartz.net

Quartz.net Tutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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