I need to run a job as SQLAgentReaderRole and it is working fine (as the job contains Proxy, etc.). BUT I need also to modify somehow the role to specific user and specific job.
For example:
I have 3 different jobs (Job1,Job2,Job3) and all of can be seen in Jobs drop-down in SSMS.
Also I need to run only Job2 without seeing the Job1 and Job3. Is it possible to do it somehow (of course the Filter is not an option)?
Thanks!