For any given SQL Server Agent job under Management > SQL Server Agent > Jobs, how can I find out the username that created that job?
The properties shows the date and time it was Created and Last modified, and the steps Advanced tab shows what user the job will run as, but I want to know what user originally created (and possibly last modified) the job. If there is no place in the properties UI that is displayed, is there any system table that can be queried to return that info?
Start Free Trial