Link to home
Start Free TrialLog in
Avatar of brgdotnet
brgdotnetFlag for United States of America

asked on

How to run a process periodically from the server

I have a sql server stored procedure that needs to be run every month a a certain date and time. How can I schedule the stored procedure to be run automatically? I was thinking that the stored procedure could be kicked off from a batch file using sqlcmd utility.
But how can I kick off the batch file. The batch file will be on the server. not on my local machine.
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brgdotnet

ASKER

Thank you