How is it possible to run a stored procedure at a particular time every day in SQL Server Express Edition?
Notes:
- This is needed to truncate an audit table
- An alternative would be to modify the insert query but this is probably less efficient
- SQL Server Express Edition does not have the SQL Server Agent
Related Questions: