If it just the SQL Server Stored Procedure that you ened to automate then you can use the scheduler in SQL Server to do this for you. If you must use a
VB program then there are plenty of schedulers in Windows (such as AT or WINAT) that will do the scheduling for you.