scheduled jobs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello,

i am developing code in vb .net which queries a third-party data provider,
then puts that data into a proprietary mssql db. i would eventually like
this code to run every night, on a schedule, say at around midnight.

how can/should i do this? should i compile my code into a windows service?
does windows have built in scheduling services to handle such situations? or
maybe you could point me to a resource on best practices for this situation?
the solution doesn't have to be super complex as we are a small shop.

much thanks!!

matthew
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top