Configuring Security For SQL Server Agent
Configuring Security For SQL Server Agent
• SQLAgentUserRole
• Manage own jobs
• SQLAgentReaderRole
• Manage own jobs
• View definitions for jobs owned by other users
• SQLAgentOperatorRole
• Manage own jobs
• View definitions for jobs owned by other users
• Enable and disable jobs owned by other users
Assigning Security Contexts to SQL Server Agent
Job Steps
• Proxy accounts
• Enable a job step to impersonate a Windows identity
• Are associated with one or more job step subsystems
Troubleshooting Security in SQL Server Agent
Lesson 2: Configuring Credentials
• Overview of Credentials
• Configuring Credentials
• Managing Credentials
• Demonstration: Configuring Credentials
Overview of Credentials
• DROP CREDENTIAL
Lesson 3: Configuring Proxy Accounts