When you setup SQLServerAgent jobs each task in a job has the "run as" box. This is unique for the task and is distinct from the job owner.
Where in the built in views/catalogs in sqlserver is this value stored ?
I'm hoping to build a SQL to pull all tasks, and their job names running under a given username.
I've been googling and this isn't coming up in my results.
Thanks.