I'm creating an application that is used to import data from a text file (updated externally by another system) into a SQL server database table. I was thinking of running the application using a Timer component, importing data as required every couple of hours or so. For this the application would need to be active constantly on the server.
Alternatively it has been suggested that I could run this as a service on the server. Would this be appropriate, how hard is this to set up and can anyone give me a head start ?
Thanks in advance.
Steve
Alternatively it has been suggested that I could run this as a service on the server. Would this be appropriate, how hard is this to set up and can anyone give me a head start ?
Thanks in advance.
Steve