﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server Newbies  / Need to find user accounts that are running jobs / 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 04:42:58 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Need to find user accounts that are running jobs</title><link>http://www.sqlservercentral.com/Forums/Topic1369561-1292-1.aspx</link><description>Thanks Perry!</description><pubDate>Sun, 07 Oct 2012 20:41:02 GMT</pubDate><dc:creator>jdbrown239</dc:creator></item><item><title>RE: Need to find user accounts that are running jobs</title><link>http://www.sqlservercentral.com/Forums/Topic1369561-1292-1.aspx</link><description>The following should help[code="SQL"]SELECT  jobs.name,       jobs.enabled,       SUSER_SNAME(jobs.owner_sid) as OwnerFROM msdb.dbo.sysjobs as jobs[/code]</description><pubDate>Sun, 07 Oct 2012 16:23:46 GMT</pubDate><dc:creator>Perry Whittle</dc:creator></item><item><title>Need to find user accounts that are running jobs</title><link>http://www.sqlservercentral.com/Forums/Topic1369561-1292-1.aspx</link><description>I keep running in to jobs that are running under the account of the previous DBA that held my new position. Is there an easy way to query for what accounts jobs are running under?</description><pubDate>Sun, 07 Oct 2012 12:42:04 GMT</pubDate><dc:creator>jdbrown239</dc:creator></item></channel></rss>