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
you can make use of bat file to connect to your sql express using sqlcmd.exe and then set that bat file in windows scheduler to run it at desired time of interval.