

SQL SERVER Agent Missing from SSMS
source link: https://blog.sqlauthority.com/2021/09/29/sql-server-agent-missing-from-ssms/?utm_campaign=sql-server-agent-missing-from-ssms
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

SQL SERVER Agent Missing from SSMS
What I love the most about my job is the different experiences every time when I work with my client during Comprehensive Database Performance Health Check. Recently I had a very interesting experience where SQL SERVER Agent was Missing from SSMS.
It is totally possible that SSMS may not show the SQL Server Agent node or even if it shows the agent node, it will not further expand it. This is a very common issue I often see at my clients. The solution to this issue is very simple for agent Missing from SSMS.
sp_configure
'show advanced options'
, 1;
GO
RECONFIGURE;
GO
sp_configure
'Agent XPs'
, 1;
GO
RECONFIGURE
GO
Just run the code displayed here and refresh your SSMS (SQL Server Management Studio) and you will start seeing the SQL Server Agent node in your SSMS.
If you are interested in learning MongoDB,
Here are some of the relevant blog posts on MongoDB.
Reference: Pinal Dave (http://blog.SQLAuthority.com)
Pinal Dave is an SQL Server Performance Tuning Expert and independent consultant with over 17 years of hands-on experience. He holds a Masters of Science degree and numerous database certifications.
Pinal has authored 13 SQL Server database books and 40 Pluralsight courses. To freely share his knowledge and help others build their expertise, Pinal has also written more than 5,500 database tech articles on his blog at https://blog.sqlauthority.com.
Pinal is an experienced and dedicated professional with a deep commitment to flawless customer service. If you need help with any SQL Server Performance Tuning Issues, please feel free to reach out at [email protected].
Pinal is also a CrossFit Level 1 Trainer (CF-L1) and CrossFit Level 2 Trainer (CF-L2).
Nupur Dave is a social media enthusiast and an independent consultant. She primarily focuses on the database domain, helping clients build short and long term multi-channel campaigns to drive leads for their sales pipeline.
Exclusive Newsletter
Is your SQL Server running slow and you want to speed it up without sharing server credentials? In my Comprehensive Database Performance Health Check, we can work together remotely and resolve your biggest performance troublemakers in less than 4 hours.
Once you learn my business secrets, you will fix the majority of problems in the future.
Have you ever opened any PowerPoint deck when you face SQL Server Performance Tuning emergencies? SQL Server Performance Tuning Practical Workshop is my MOST popular training with no PowerPoint presentations and 100% practical demonstrations.
Essentially I share my business secrets to optimize SQL Server performance.
Recommend
-
74
Just the other day, I had a very interesting experience while using the latest SQL Server Management Studio 18.0 preview 7 (SSMS 18.0) during one of the
-
14
使用 SSMS/Visual Studio 查詢 SQLite-黑暗執行緒認識 SQLite 後,它成為我單機程式或小型網站的資料庫首選,免費免安裝還跨平台,應付幾萬筆資料十來人同時連線綽綽有餘。大家正在閱讀的這個部落格,背後也是靠 SQLite 撐起來的。
-
6
SSMS Custom Report for SQL Server Database Metrics By: Eduardo Pivaral | Updated: 2021-04-02 |
-
13
Episode 226: SQL Server IaaS Agent Extension ...
-
8
使用 C#/PowerShell 執行 SSMS 所產生包含 GO 的 SQL Script-黑暗執行緒SSMS 有個方便功能,在 Table、View、Function、Stored Procedure 等物件用右鍵選單可以產生建立該物件的 SQL Script。 產生的資料表 Script 連 Description 註解都有,拿到新資料...
-
25
SQL Server Management Studio - Missing Server Names advertisements The first dialog box you get when opening SSMS (mine is 2008 R2) allows you...
-
14
Creating a SQL Server Agent Job to Run Python Scripts in a Virtual Environment By: Nai Biao Zhou | Updated: 2021-12-22 |
-
5
Release notes for SQL Server Management Studio (SSMS) Article 06/09/20...
-
6
In this blog post, I will demonstrate a technique to query the status of a SQL Server Agent job that executes the SSIS package. SQL Server Agent scripts are asynchronous in nature. This can make it difficult to make code decisions based on the exe...
-
2
Download SQL Server Management Studio (SSMS) Article 02/02/2023...
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK