﻿<?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  / sp_start_job (Transact-SQL) / 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>Tue, 21 May 2013 00:35:51 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: sp_start_job (Transact-SQL)</title><link>http://www.sqlservercentral.com/Forums/Topic1003124-146-1.aspx</link><description>Sorry but the sp_start_job stored proc only accepts a single job name.try:EXEC dbo.sp_start_job N'Weekly Sales Data Backup' ;goEXEC dbo.sp_start_job N'Next Database Data Backup' ;goAlternately you could just schedule the jobs, thats what the scheduler is there for.CheersLeo</description><pubDate>Tue, 12 Oct 2010 13:47:39 GMT</pubDate><dc:creator>Leo.Miller</dc:creator></item><item><title>sp_start_job (Transact-SQL)</title><link>http://www.sqlservercentral.com/Forums/Topic1003124-146-1.aspx</link><description>USE msdb ;GOEXEC dbo.sp_start_job N'Weekly Sales Data Backup' ;GOThe syntax is for kick off the single job when one job is done.  now my question is?what is syntax for adding for two or more job  kick off at time. I mean adding one more job and should run parallely.Thanks in Advance.</description><pubDate>Tue, 12 Oct 2010 12:37:14 GMT</pubDate><dc:creator>Ranzz</dc:creator></item></channel></rss>