-
Notifications
You must be signed in to change notification settings - Fork 10
SQL Server Proxy Accounts
Previous SQL Service Accounts | xp_cmdshell Proxy Account Next |
---|
SQL Server Proxy Accounts allow relevant tasks to be performed using authorities that are different to the normal default values. There are two types of proxy account. The configuration required by each type of proxy is different, and the way the authorities they give are used is different.
-
SQL Server proxy accounts are only required if users without sysadmin rights need to perform certain tasks
-
Users who have sysadmin rights do not need to have any proxies defined for the jobs they run or for xp_cmdshell. Jobs owned by users with sysadmin rights will always run under the security context of the SQL Agent service account, with the exception of any use of xp_cmdshell. Any use of xp_cmdshell by a user with sysadmin rights will always run under the security context of the SQL Server service account
Proxy Type | Description |
---|---|
xp_cmdshell Proxy Account | Required where users without sysadmin rights need to run xp_cmdshell |
SQL Agent Job Proxy Accounts | Required where users without sysadmin rights need to own SQL Agent jobs |
Start Job Proxy | Required where users without sysadmin rights need to start a job they do not own |
The Change Proxy Account Password process must be used to change the password of any type of SQL Server Proxy Account.
Copyright FineBuild Team © 2012 - 2020. License and Acknowledgements
Previous SQL Service Accounts | Top | xp_cmdshell Proxy Account Next |
---|
Key SQL FineBuild Links:
SQL FineBuild supports:
- All SQL Server versions from SQL 2019 through to SQL 2005
- Clustered, Non-Clustered and Core implementations of server operating systems
- Availability and Distributed Availability Groups
- 64-bit and (where relevant) 32-bit versions of Windows
The following Windows versions are supported:
- Windows 2022
- Windows 11
- Windows 2019
- Windows 2016
- Windows 10
- Windows 2012 R2
- Windows 8.1
- Windows 2012
- Windows 8
- Windows 2008 R2
- Windows 7
- Windows 2008
- Windows Vista
- Windows 2003
- Windows XP