I have a table on which i want to perform some operations after every hour. For this I created a Stored Procedure but dont know how to call it after every hour. I know their are some kind of scheduled jobs but how to use them.
Is it their some kind of service also that keeps on running continously every second where i can place my piece of code to be executed ?