May 25, 2001 #1 ii128 Programmer Joined May 18, 2001 Messages 129 Location US Hi, Does anyone know how to set a time to excute the store procedure like I want to excute the store procedure on the 3rd of month. Thanks
Hi, Does anyone know how to set a time to excute the store procedure like I want to excute the store procedure on the 3rd of month. Thanks
May 25, 2001 #2 djohns Programmer Joined Apr 26, 2001 Messages 4 Location US If you have SQL Agent Running you can Create a job and schedule it to run. The job step would simply be a call to your stored procedure. Upvote 0 Downvote
If you have SQL Agent Running you can Create a job and schedule it to run. The job step would simply be a call to your stored procedure.