Click here to Skip to main content
15,919,893 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I,am creating a subscription software ins sql server 2008 and asp.net 3.5, i want to create a scheduler in which after end date the subscription package should be shwn as deactivated and all functions to that package will get disabled after end date.Do let me know what code is to be written in both database level and coding level, and steps to setup the scheduler on sql server.l
Looking for a favourable response.

Thanks
Posted

1 solution

Refer - Create and Attach Schedules to Jobs[^].

You have to check if end date is passed or not. If passed, then update some Boolean column in table something like "IsActivated". Updated this to 0, that means it would be deactivated.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900