About 1,790,000 results
Open links in new tab
  1. SQL Server Agent | Microsoft Learn

    Dec 1, 2025 · Learn about the SQL Server Agent, which you can use to schedule administrative tasks in SQL Server and Azure SQL Managed Instance.

  2. query to show currently running sql agent jobs - Microsoft Q&A

    Mar 25, 2023 · Hi All, Using Tsql query I want to know currently running sql agent jobs and how long they have been running in [dd hh:mi:ss]? Expected output: job name , start time, duration [dd …

  3. View SQL Server Agent job activity - learn.microsoft.com

    Dec 2, 2025 · View the runtime state of SQL Server Agent job activity, using SQL Server Management Studio or Transact-SQL.

  4. Set the SQL Server Connection for the SQL Server Agent Service

    Jun 16, 2025 · This topic describes how to set the connection between SQL Server Agent and the Database Engine in SQL Server by using SQL Server Management Studio. The SQL Server Agent …

  5. 3 Ways to Return a List of SQL Server Agent Jobs (T-SQL)

    Dec 19, 2020 · The Options You can use the following options to return a list of SQL Server Agent jobs with T-SQL: Option 1: Execute the sp_help_job stored procedure. Option 2: Query the sysjobs_view …

  6. how to know status of currently running jobs - Stack Overflow

    Aug 26, 2013 · I need to know if a given Job is currently running on Ms SQL 2008 server. So as to not to invoke same job again that may lead to concurrency issues.

  7. Configure Windows Service Accounts and Permissions - SQL Server ...

    Oct 14, 2025 · Get acquainted with the service accounts that are used to start and run services in SQL Server. See how to configure them and assign appropriate permissions.

  8. Définir la connexion SQL Server pour le service SQL Server Agent ...

    Cette rubrique explique comment définir la connexion entre SQL Server Agent et le moteur de base de données dans SQL Server à l’aide de SQL Server Management Studio. Le service SQL Server …

  9. Microsoft SQL monitoring and integration with Zabbix

    Microsoft SQL Microsoft SQL Server is a relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and …

  10. Enable SQL Server Agent via SSMS - Database.Guide

    Dec 13, 2020 · The SQL Server Agent extended procedures (Agent XPs) are currently disabled (and need to be enabled) Either way, it’s normally quite a quick and easy process to enable Agent XPs …