SQL Server Agent not appearing in Management Studio

Diksha Gupta 61 Reputation points
2022-06-15T16:16:14.787+00:00

Hi Team,

I have installed SSMS EXPRESS EDITION and SQL SERVER 2019, however SQL SERVER AGENT is not showing in SSMS.
I checked sql server configuration management and there it is present in stopped state and start mode is other(Boot System, Disabled or Unknown).

Can anyone please let me know how can I enabled this.

Thanks

SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. CathyJi-MSFT 22,396 Reputation points Microsoft External Staff
    2022-06-16T02:34:14.943+00:00

    Hi @Diksha Gupta ,

    > I have installed SSMS EXPRESS EDITION and SQL SERVER 2019, however SQL SERVER AGENT is not showing in SSMS.

    SSMS do not have Express edition. SSMS only has version, such as SSMS 17.x version, SSMS 18.x version, etc. SQL server has Express, developer, standard, enterprise, web edition. Only SQL server Express edition do not support SQL server agent.
    211750-screenshot-2022-06-16-103325.jpg


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Bjoern Peters 8,921 Reputation points
    2022-06-15T16:21:27.407+00:00

    SQL Server Express Edition do not have a SQL Server Agent, so what you are seeing is correct and it won't work if you enable the service.

    https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2019?view=sql-server-ver16#SSMS


  2. Tom Phillips 17,771 Reputation points
    2022-06-15T20:49:24.29+00:00

    Yes. Developer edition includes SQL Agent. Developer edition is Enterprise Edition.

    See:
    https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2019?view=sql-server-ver16#SSMS

    0 comments No comments

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.