About 9,660,000 results
Open links in new tab
  1. Start a SQL Server Agent job - learn.microsoft.com

    Dec 2, 2025 · Learn how to start a SQL Server Agent job with SQL Server Management Studio, Transact-SQL, or SQL Server Management Objects.

  2. Create SQL Server Agent jobs - learn.microsoft.com

    Dec 2, 2025 · A job is a specified series of operations performed sequentially by SQL Server Agent. A job can perform a wide range of activities, including: running Transact-SQL scripts command prompt …

  3. Job Automation with SQL Agent Jobs - Azure SQL Managed Instance

    Sep 11, 2025 · SQL Server Agent executes SQL Agent jobs that are used for task automation in SQL Managed Instance. SQL Agent jobs are a specified series of T-SQL scripts against your database. …

  4. Working with SQL Server Agent in SQL Server Management Studio

    May 1, 2025 · In this section we look at how to access SQL Server Agent from SSMS which allows you to schedule and automate tasks.

  5. Modify a Job | Microsoft Learn

    Sep 8, 2025 · Expand SQL Server Agent, expand Jobs, right-click the job you want to modify, and then select Properties. In the Job Properties dialog box, update the job's properties, steps, schedule, …

  6. Give Others Ownership of a Job | Microsoft Learn

    Sep 8, 2025 · For more information about the SQL Server Agent fixed database roles, see SQL Server Agent fixed database roles. You must be a system administrator to change the owner of a job. …

  7. 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.

  8. SQL Server エージェントを活用したジョブの作成:データベースメン …

    Feb 27, 2025 · SQL Server エージェントとは? SQL Server エージェント は、SQL Server に標準で付属するジョブ管理ツールであり、以下のようなタスクを自動化できます。 データベースのバック …

  9. SQL Server Agentを有効にしてジョブを実行できる状態にする - Qiita

    Sep 25, 2019 · SQL Serverで定期的にジョブでSQLを実行したい場合や、レプリケーションを設定する場合、SQL Server Agentの起動が必要です。 初期設定では、SQL Server Agentが起動していない …

  10. Create a CmdExec Job Step | Microsoft Learn

    Jun 16, 2025 · This topic describes how to create and define a Microsoft SQL Server Agent job step in SQL Server that uses an executable program or operating system command by using SQL Server …