.net - scheduler for a database -


i write program in visual studio 2010 run function once every 10pm. function insertion database. easiest way of writing this? pretty sure don't need asp.net overkill such problem...

i confused on project should start

the easiest way create console application project , use windows task scheduler schedule run according whatever schedule you'd like.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -