3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

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

Last updated at Posted at 2019-09-25

はじめに

SQL Serverで定期的にジョブでSQLを実行したい場合や、レプリケーションを設定する場合、SQL Server Agentの起動が必要です。
初期設定では、SQL Server Agentが起動していないため、起動させる方法をメモします。

AWS EC2にSQL Serverをインストールした環境で確認しました。

  • Windows Server 2019
  • SQL Server 2017 Standard Edition

SQL Server Agent 起動

SQL Serverが起動しているサーバーにログインします。
次にSQL Server Configuration Managerを起動します。
image.png

SQL server ServicesにSQL Server Angetがあり、初期状態ではStateが Stopped となっています。
こちらをStartさせます。
image.png

Stateが Running に変わったことを確認します。
image.png

SQL Server Management Studioでログインしてみると、ジョブが利用できるようになっています。

簡単ですが以上です。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?