I have to write something that will query a database every morning at the same time and email specified addresses. I was wondering which is better to use: a windows service (which I'd have to do some reading up on), or a standard application with an interface (I DONT need an interface, fyi).