How is it possible to run a stored procedure at a particular time every day in SQL Server Express Edition?
Notes:
You could use Task Scheduler to fire a simple console app that would execute the Sql statement.