How to run a stored procedure every day in SQL Server Express Edition?

前端 未结 11 1490
野的像风
野的像风 2020-11-28 08:06

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 t
11条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 08:46

    You could use Task Scheduler to fire a simple console app that would execute the Sql statement.

提交回复
热议问题