|
Hello, I am usning sql 2005 enterprise edition,noticed one of the job is disabled. Is there any way/query where I can see how the job is disabled? which user has done it? when it is disabled?I am not able to check the same in application logs, Is there any query to identify the same? rgds,
(comments are locked)
|
|
"Who" - It depends - if you're running internal auditing against the server, you may be able to find out. Otherwise, you'll just have to have words with everyone who has sysadmin rights over the server. Or the job owner if the job is owned by someone other than a member of the sysadmin group. As for "when" - the modified_date field in msdb.dbo.sysjobs may hold the answer - it's the date when the job was last modified, and enabling/disabling the job does update this field.
(comments are locked)
|

