hi everyone,
The auditors have their microscopes out again - they want to see which logins would be able to use the SQL Agent in our SQL Server 2005 instances.
When I run this
exec sp_helpdbfixedrole 'SQLAgentOperatorRole';
it says "role not found" Am I using the wrong sp?
I'm kind of stumped on this. Checking for the sp_add_job permission might be an option. But how would I find those users?
Thanks, John
The auditors have their microscopes out again - they want to see which logins would be able to use the SQL Agent in our SQL Server 2005 instances.
When I run this
exec sp_helpdbfixedrole 'SQLAgentOperatorRole';
it says "role not found" Am I using the wrong sp?
I'm kind of stumped on this. Checking for the sp_add_job permission might be an option. But how would I find those users?
Thanks, John