Yes, execute the stored procedure from a scheduled job.
From Management Studio
Expand SQL Server Agent.
Right Click on Jobs and select new job.
on the steps page select new step and add your command in the command window.
exec <sp_name>
Make sure you have selected the correct database where the sp is located.
Add the schedule to run every 10 minutes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.