SQL Database Event

David Částka 26 Reputation points
2022-05-14T15:38:31.687+00:00

Hi, how can i create event ? I need to update the data in each row at 12:00 every day.

Thanks for help

Azure SQL Database
{count} vote

Answer accepted by question author
  1. Alberto Morillo 35,406 Reputation points MVP Volunteer Moderator
    2022-05-15T23:16:38.203+00:00

    On Azure SQL Database you schedule tasks by using Azure Automation. On this article you will find how to schedule, for example, the execution of a stored procedure on an Azure SQL Database by creating a runbook on Azure Automation.

    Azure SQL database does not have a scheduler integrated to it. Azure Automation makes the function of scheduler for other Azure products.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.