I know how to create a JOB in SQL Server via SQL Server Agent. But but but, I'm very new to MS Azure and I have deployed my SQL database on MS Azure.
Here I want to create a job which can run a stored procedure automatically on a specific time of the day, via SQL Server Agent. I searched a lot and came to know that "SQL Server Agent is not an available feature in MS Azure". I find a help link but it was really difficult to get a viable solution.
Can someone share a simple solution so I can get rid on this issue!!