﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / SQL job on startup / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 21:07:48 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL job on startup</title><link>http://www.sqlservercentral.com/Forums/Topic1384189-146-1.aspx</link><description>Hi There are two ways to do it1)If it is a sql agent job.you set the startup option in job schedule on to run at startup2)If you have a procedure  u need to enable it to run at startup usingsp_procoption @ProcName = 'YourSP',               @OptionName = 'startup',               @OptionValue = 'on'Santhu</description><pubDate>Tue, 20 Nov 2012 02:58:44 GMT</pubDate><dc:creator>santhubt</dc:creator></item><item><title>RE: SQL job on startup</title><link>http://www.sqlservercentral.com/Forums/Topic1384189-146-1.aspx</link><description>Hi,have a look at this article: http://www.databasejournal.com/features/mssql/article.php/3550601/Automatically-Running-a-Process-When-SQL-Server-or-SQL-Agent-Starts.htmRegards.</description><pubDate>Thu, 15 Nov 2012 04:13:19 GMT</pubDate><dc:creator>alfgomled</dc:creator></item><item><title>RE: SQL job on startup</title><link>http://www.sqlservercentral.com/Forums/Topic1384189-146-1.aspx</link><description>In a schedule, you can choose "Start automatically when SQL Server Agent starts" as the schedule type.</description><pubDate>Tue, 13 Nov 2012 23:56:31 GMT</pubDate><dc:creator>Koen Verbeeck</dc:creator></item><item><title>SQL job on startup</title><link>http://www.sqlservercentral.com/Forums/Topic1384189-146-1.aspx</link><description>Hi All,How could I run a sql job or maintenance plan on server startup?Thanks</description><pubDate>Tue, 13 Nov 2012 10:26:17 GMT</pubDate><dc:creator>info-849042</dc:creator></item></channel></rss>