Search code examples
sqlazurestored-proceduressql-server-agent

Run a query automatically SSMS without SQL server agent


I'm a new PowerBI developer. I am inserting data from the Azure SQL database via SSMS. I don't have access to a server agent for being able to create jobs. I just want to run 4-5 queries (1 query = 1 step for my job). Is there a simple way to do this automatically for example?


Solution

  • Well, there's no server agent in Azure SQL DB, so you cannot create jobs as you do in on-prem or on Azure VM installations.

    However, you do have Elastic jobs on Azure which can run queries on Azure SQL Database periodically.

    See the documentation here.