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

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -