SQL Server Agent in Azure SQL Server

Fernando Gutierrez 305 Reputation points
2024-11-04T12:29:03.7233333+00:00

Hello, I would like to know if you can help me with a problem I am having.

I have Azure SQL Data Bases which are managed through SQL Management Studio. I need to check some of these Databases to see if they have Jobs configured, but I cannot see the SQL Server Agent node within the SQL Server where the databases are.

I am connected to the databases with the Administrator user with which they were created, so I rule out that it is a permissions issue.

The other problem is that I cannot find either the service or the option to see if the SQL Server Agent is disabled.

How can I do this?

Thanks

Azure SQL Database
SQL Server Other
{count} votes

Accepted answer
  1. Sai Raghunadh M 4,635 Reputation points Microsoft External Staff Moderator
    2024-11-04T14:07:24.32+00:00

    Hi @Fernando Gutierrez,

    Thanks for the question and using MS Q&A platform.

     In Azure SQL Database, you won't find SQL Server Agent as you would in on-premises SQL Server. Consequently, the SQL Server Agent node is absent in SQL Server Management Studio (SSMS). Azure SQL Database does not support SQL Server Agent jobs, meaning you cannot create or manage jobs in the same way as in a traditional SQL Server environment.

    If you have multiple databases and need to manage jobs across them, consider using Azure SQL Elastic Jobs. This service is specifically designed to schedule and manage jobs across Azure SQL Databases.

    Hope this helps. Do let us know if you any further queries. If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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