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
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