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

sql - invalid in the select list because it is not contained in either an aggregate function -

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

How to start daemon on android by adb -