So...Im running Microsoft SQL server management studio...ive created a stored procedure [ResetOrganisationPaymentPackage]
which resets a users account. Tried and tested works fine. Now I would like to set this stored procedure to run as a schedule task.
I've read the article on https://blogs.msdn.microsoft.com/sqlagent/2010/10/14/creating-a-regularly-scheduled-job/ explaining how to setup a schedule task to a job, which is all good. So i've created a new job....my Q being how do I assign the job to run this stored procedure? I dont see any options to do so