I have a simple SQL query that updates some date fields in a record, on a SQL Express instance.
I'd like to have it run automatically every month. What is the best way of accomplishing this in SQL Server 2005 Express using the Management Studio?
I have a simple SQL query that updates some date fields in a record, on a SQL Express instance.
I'd like to have it run automatically every month. What is the best way of accomplishing this in SQL Server 2005 Express using the Management Studio?
Create a job with monthly schedule in Sql Agent and assign a T-Sql task to it with this query.
For SQL Server Express, there are a few possibilities. Unfortunately none of them involve Management Studio: