How is it possible to run a stored procedure at a particular time every day in SQL Server Express Edition?
Notes:
Related Questions:
Since SQL Server express does not come with SQL Agent, you can use the Windows scheduler to run a SQLCMD with a stored proc or a SQL script.