<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>goodbyegangster</author_name>
  <author_url>https://blog.hatena.ne.jp/goodbyegangster/</author_url>
  <blog_title>goodbyegangsterのブログ</blog_title>
  <blog_url>https://goodbyegangster.hatenablog.com/</blog_url>
  <categories>
    <anon>SQLServer</anon>
  </categories>
  <description>SQLServerにジョブを追加するコマンド。備忘録。 まず、事前に実行したいジョブのスケジュール定義を作成しておきます。 -- スケジュール定義の作成 USE msdb; EXEC dbo.sp_add_schedule @schedule_name = N'Daily 0900', @freq_type = 4, -- 実行間隔を指定. 4はdaily @freq_interval = 1, -- daily指定の場合で毎日実行したい場合 @active_start_time = 090000; -- HHMMSSで指定 GO スケジュール定義を作成した後、実行したいジョブを登録して、スケ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgoodbyegangster.hatenablog.com%2Fentry%2F2018%2F01%2F16%2F195406&quot; title=&quot;SQLServer Agentにジョブを追加するコマンド - goodbyegangsterのブログ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-01-16 19:54:06</published>
  <title>SQLServer Agentにジョブを追加するコマンド</title>
  <type>rich</type>
  <url>https://goodbyegangster.hatenablog.com/entry/2018/01/16/195406</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
