InterviewSolution
Saved Bookmarks
| 1. |
“You can only perform a full backup of the master database. Use BACKUP DATABASE to back up the entire master database.” |
|
Answer» As the name implies, SQL Server Agent Proxy is an account that grant privilege to the user to execute a PARTICULAR PROCESS or an ACTION when a user does not have rights. The SQL Server Agent Proxies include multiple sub-systems:
All these sub-systems are available under Proxy in SSMS and you can create as per your REQUIREMENT. |
|