#sqlhelp Good morning. Is there a way to limit access to a specific SQL agent jobs? E.G. I want Joe to run job 1, 2 and 3 but never be able to run job 4.
1
0
1
387
1
@SQLMonkeyNYC throw the logic to kick off agent job with checks for 1,2,3 into a sproc and control permissions to the sproc?