I would like to grant a SQL user account access to execute two specific SQL Agent jobs. I know I can grant the user SQLAgentOperatorRole, but this allows them to see and execute all SQL Agent jobs. I would prefer that they are only able to see and execute the jobs that I specify. Is this possible?
Thanks!