Question
How to run a stored procedure in sql server every hour?
I have a table on which I want to perform some operations every hour. For this I created a Stored Procedure but don't know how to call it every hour. I know there are some kind of scheduled jobs, but how to use them.
Is there some kind of service also that keeps on running continuously, every second, where I can place my piece of code to be executed ?