I need to retrieve information from a SQL server and insert into a XML doc. The problem is not retrieving the information itself, but I want it to be done automatically e.g. 4 times per hour.
What can I use to automate this process? I'm using C# .NET