I am writing an application in vb.net 2008 that needs to move data from on server in one data base to another server using sql2005. The application needs to do its work, wait 5 seconds and do its work again. Which timer/interval control is best to use in this scenario? The application will run as a service. Thanks.