GJgappiya
GJgappiya

Reputation: 153

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 ?

Upvotes: 2

Views: 282

Answers (1)

Eranga Perera
Eranga Perera

Reputation: 938

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

Quartz.net Tutorial

Upvotes: 1

Related Questions