[c#]scheduled task
Hi,
I'd like to know how to create a scheduled task with c#. I want to execute a request on my database (sql2000) and export the result on a XML file every days at 12.
How could I do this? I cannot use a SQL trigger.
Thank you for your help.
Last stuff, I'm discovering asp.net, so could you explain step by step.
|