Citrix Virtual Apps and Desktops 7 Advanced Administration — Question 44
Which two database server permissions are required by the Streaming and SOAP Services during normal Provisioning Services operations, in addition to execute permissions on the stored procedures? (Choose two.)
Answer options
- A. db_securityadmin
- B. db_datareader
- C. db_datawriter
- D. db_accessadmin
- E. db_owner
Correct answer: B, C
Explanation
The correct answers, B (db_datareader) and C (db_datawriter), are essential for the Streaming and SOAP Services to read from and write to the database respectively. The other options, while they have their own purposes, do not provide the necessary access for data retrieval and manipulation required during normal operations.