I have a need to schedule a StoreProcedure to run but only on the 15th of every month. I have the Store Procedure scheduled to run every day using the SQL Server agent under Jobs. However as stated I liek to chaneg this to run only on the 15th of every month. I know that within the job schedulers in SQL there is no option to pick the 15th of every month but is there a way to put it in the stored procedure that is the current day is equalto the 15th then run else do not execute?
I'm thinking this way I could have it run every day but it would only actually executeo when the day = the 15th
Thanks for any help
I'm thinking this way I could have it run every day but it would only actually executeo when the day = the 15th
Thanks for any help