Groups | Blog | Home
all groups > sql server (microsoft) > may 2006 >

sql server (microsoft) : Who created a Job?



Atkins
5/26/2006 10:16:07 AM
Is there anyway of determining who created a SQL Server Job?
Barry
5/26/2006 11:43:33 AM
Is this what you require?

use msdb

Select sUser_sName(Owner_sid) as 'Owner',
Name

[quoted text, click to view]
Where Enabled = 1



HTH

Barry
Michael
5/30/2006 12:11:04 PM
Not really, I believe your Owner field is what is presented/editable
through enterprise manager and may not reflect who actually created the
job. I'm looking for a field more reflective (less likely) to be
manipulated that will tell me who created the job.

Thanks!
AddThis Social Bookmark Button