<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Retrieve Information of SQL Server Agent Jobs</title>
	<atom:link href="http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:22:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: zithendra</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-120625</link>
		<dc:creator><![CDATA[zithendra]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 05:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-120625</guid>
		<description><![CDATA[thanks u ..]]></description>
		<content:encoded><![CDATA[<p>thanks u ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinkar</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-105025</link>
		<dc:creator><![CDATA[Dinkar]]></dc:creator>
		<pubDate>Mon, 13 Dec 2010 07:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-105025</guid>
		<description><![CDATA[Hi Pinal,
I am new in SQL Server so please bear with me.

I have a question regarding proxy a/c permissions with SQL Server Agent job:
i am logged in as user1 with sysadmin privillages, created a job with owner user2 who only have public permissions. Used same a/c to create proxy a/c which i used in user2&#039;s agent job.
Agent job is just fetching new rows from one server and transferring them into another.
i was thinking that wont be sucessful because user2 didnt have any sysadmin or agentjob roles(just had public privilage). But job got executed sucessfully and it did transfer rows to other server as well.

My query is that why it happened?
And could you please tell me what minimum permissions i need to give to login to run a multiserver job.

Thanks in advance Pinal.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I am new in SQL Server so please bear with me.</p>
<p>I have a question regarding proxy a/c permissions with SQL Server Agent job:<br />
i am logged in as user1 with sysadmin privillages, created a job with owner user2 who only have public permissions. Used same a/c to create proxy a/c which i used in user2&#8242;s agent job.<br />
Agent job is just fetching new rows from one server and transferring them into another.<br />
i was thinking that wont be sucessful because user2 didnt have any sysadmin or agentjob roles(just had public privilage). But job got executed sucessfully and it did transfer rows to other server as well.</p>
<p>My query is that why it happened?<br />
And could you please tell me what minimum permissions i need to give to login to run a multiserver job.</p>
<p>Thanks in advance Pinal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sasikala</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-76610</link>
		<dc:creator><![CDATA[Sasikala]]></dc:creator>
		<pubDate>Thu, 17 Jun 2010 05:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-76610</guid>
		<description><![CDATA[Hi Pinal, 


Nice tip. Thanks. 

sp_help_job is giving current_execution_status, which is giving the current execution status of the job. And this stored procedure internally uses xp_sqlagent_enum_jobs to get the current execution status. 

I would want to extract the execution status or currently running jobs from tables. Am not allowed to use any procedures. So could you please help me to get the execution status from table? or what is happening inside of the procedure xp_sqlagent_enum_jobs?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal, </p>
<p>Nice tip. Thanks. </p>
<p>sp_help_job is giving current_execution_status, which is giving the current execution status of the job. And this stored procedure internally uses xp_sqlagent_enum_jobs to get the current execution status. </p>
<p>I would want to extract the execution status or currently running jobs from tables. Am not allowed to use any procedures. So could you please help me to get the execution status from table? or what is happening inside of the procedure xp_sqlagent_enum_jobs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sahasra</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-64695</link>
		<dc:creator><![CDATA[sahasra]]></dc:creator>
		<pubDate>Wed, 07 Apr 2010 09:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-64695</guid>
		<description><![CDATA[Hi ,

My job is failing every day .
The error message in sql server logs is :


  initerrlog: Could not open error log file &#039;R:\Microsoft SQL 
Server\MSSQL.1\MSSQL\LOG\ERRORLOG&#039;. Operating system error = 3(The system 
cannot find the path specified.). 

Please some one help me..]]></description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>My job is failing every day .<br />
The error message in sql server logs is :</p>
<p>  initerrlog: Could not open error log file &#8216;R:\Microsoft SQL<br />
Server\MSSQL.1\MSSQL\LOG\ERRORLOG&#8217;. Operating system error = 3(The system<br />
cannot find the path specified.). </p>
<p>Please some one help me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-59150</link>
		<dc:creator><![CDATA[Pinal Dave]]></dc:creator>
		<pubDate>Wed, 30 Dec 2009 17:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-59150</guid>
		<description><![CDATA[Hi,

Check the msdb.dbo.sysjobs table.

Regards,
Pinal Dave]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Check the msdb.dbo.sysjobs table.</p>
<p>Regards,<br />
Pinal Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amc</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-59110</link>
		<dc:creator><![CDATA[amc]]></dc:creator>
		<pubDate>Tue, 29 Dec 2009 19:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-59110</guid>
		<description><![CDATA[Hi, I&#039;m a newbie and 
I need a sql server agent query that will give me
job name, owner name, etc....sql 2005.  Do you have one?]]></description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m a newbie and<br />
I need a sql server agent query that will give me<br />
job name, owner name, etc&#8230;.sql 2005.  Do you have one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leoguy</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-53523</link>
		<dc:creator><![CDATA[leoguy]]></dc:creator>
		<pubDate>Tue, 07 Jul 2009 17:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-53523</guid>
		<description><![CDATA[nice tip]]></description>
		<content:encoded><![CDATA[<p>nice tip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilson</title>
		<link>http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-3511</link>
		<dc:creator><![CDATA[Wilson]]></dc:creator>
		<pubDate>Fri, 08 Jun 2007 21:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/05/31/sql-server-retrieve-information-of-sql-server-agent-jobs/#comment-3511</guid>
		<description><![CDATA[Sorry Sir,

                I dont have any idea about the SQL Server Agent Jobs... So please expain me what it is? and where it is used ?
with example...

          Regards

Wilson Gunanithi . J]]></description>
		<content:encoded><![CDATA[<p>Sorry Sir,</p>
<p>                I dont have any idea about the SQL Server Agent Jobs&#8230; So please expain me what it is? and where it is used ?<br />
with example&#8230;</p>
<p>          Regards</p>
<p>Wilson Gunanithi . J</p>
]]></content:encoded>
	</item>
</channel>
</rss>

