c# - Monitor SQL table for when X has passed -


say have list of subscribers in database table in sql server. have different rollover dates , therefor have column called rolloverdate.

at moment have quartz.net task runs every 5 minutes checks if rolloverdate has passed , performs necessary functions.

is there better way this? seems pretty inefficient have run task every 5 minutes check this. other way monitor when x has passed in sql server?


Comments

Popular posts from this blog

How to start daemon on android by adb -

testing - Detect whether test has failed within fixture -

Angularjs unit testing - ng-disabled not working when adding text to textarea -