I have to run a stored procedure on a daily basis at a particular time. I have struggled with Windows Service and after unsuccessful attempts I started looking into schedule a SQL job or schedule an event.
In order to schedule a SQL Server job I had to create one using the SQL Server Agent. I am working on Microsoft SQL Server 2008 R2 Express (with Advanced Services) on Windows and could not locate the SQL Server Agent even though I have admin access (logged in as windows authentication).
With the given scenario, what is the best way to schedule a stored procedure and how should I go about it?