How is it possible to run a stored procedure at a particular time every day in SQL Server Express Edition?
Notes:
Another approach to scheduling in SQL Express is to use Service Broker Conversation Timers. To run a stored procedure periodically, which you can use to bootstrap a custom scheduler.
See eg Scheduling Jobs in SQL Server Express